Class AbpOpenIddictQueryableExtensions
Inheritance
AbpOpenIddictQueryableExtensions
Assembly: Volo.Abp.OpenIddict.Domain.Shared.dll
Syntax
public static class AbpOpenIddictQueryableExtensions
Methods
SkipIf<T, TQueryable>(TQueryable, bool, int?)
Declaration
public static TQueryable SkipIf<T, TQueryable>(this TQueryable query, bool condition, int? count) where TQueryable : IQueryable<T>
Parameters
Type |
Name |
Description |
TQueryable |
query |
|
bool |
condition |
|
int? |
count |
|
Returns
Type |
Description |
TQueryable |
|
Type Parameters
Name |
Description |
T |
|
TQueryable |
|
TakeIf<T, TQueryable>(TQueryable, bool, int?)
Declaration
public static TQueryable TakeIf<T, TQueryable>(this TQueryable query, bool condition, int? count) where TQueryable : IQueryable<T>
Parameters
Type |
Name |
Description |
TQueryable |
query |
|
bool |
condition |
|
int? |
count |
|
Returns
Type |
Description |
TQueryable |
|
Type Parameters
Name |
Description |
T |
|
TQueryable |
|