Show / Hide Table of Contents

Class AbpOpenIddictQueryableExtensions

Inheritance
object
AbpOpenIddictQueryableExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.OpenIddict
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
In this article
Back to top Powered by ABP.IO Platform