Show / Hide Table of Contents

Class EfCorePollQueryableExtensions

Inheritance
object
EfCorePollQueryableExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Polls
Assembly: Volo.CmsKit.Pro.EntityFrameworkCore.dll
Syntax
public static class EfCorePollQueryableExtensions

Methods

IncludeDetails(IQueryable<Poll>, bool)

Declaration
public static IQueryable<Poll> IncludeDetails(this IQueryable<Poll> queryable, bool include = true)
Parameters
Type Name Description
IQueryable<Poll> queryable
bool include
Returns
Type Description
IQueryable<Poll>
In this article
Back to top Powered by ABP.IO Platform