Class EfCorePollQueryableExtensions
Inherited Members
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> |