Class QueryableMethods
Helper class for accessing the methods of the System.Linq.IQueryable<T> interface.
Inheritance
Inherited Members
Namespace: Kephas.Data.Linq.Expressions
Assembly: Kephas.Data.dll
Syntax
public static class QueryableMethods
Properties
| Improve this Doc View SourceQueryableAllGeneric
Gets the queryable all generic.
Declaration
public static MethodInfo QueryableAllGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableContainsGeneric
Gets the queryable contains generic.
Declaration
public static MethodInfo QueryableContainsGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo | The queryable contains generic. |
QueryableCountGeneric
Gets the queryable count generic.
Declaration
public static MethodInfo QueryableCountGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableEmptyAnyGeneric
Gets the queryable empty any generic.
Declaration
public static MethodInfo QueryableEmptyAnyGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableLongCountGeneric
Gets the queryable long count generic.
Declaration
public static MethodInfo QueryableLongCountGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableMaxGeneric
Gets the queryable max generic.
Declaration
public static MethodInfo QueryableMaxGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo | The queryable max generic. |
QueryableMaxNonEmptyGeneric
Gets the queryable max non-empty generic.
Declaration
public static MethodInfo QueryableMaxNonEmptyGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo | The queryable max non-empty generic. |
QueryableMinGeneric
Gets the queryable min generic.
Declaration
public static MethodInfo QueryableMinGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo | The queryable min generic. |
QueryableMinNonEmptyGeneric
Gets the queryable min non-empty generic.
Declaration
public static MethodInfo QueryableMinNonEmptyGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo | The queryable min non-empty generic. |
QueryableNonEmptyAnyGeneric
Gets the queryable non empty any generic.
Declaration
public static MethodInfo QueryableNonEmptyAnyGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableNonEmptyCountGeneric
Gets the queryable count non empty generic.
Declaration
public static MethodInfo QueryableNonEmptyCountGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo | The queryable count non empty generic. |
QueryableNonEmptyLongCountGeneric
Gets the queryable long count non empty generic.
Declaration
public static MethodInfo QueryableNonEmptyLongCountGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo | The queryable long count non empty generic. |
QueryableOfType
Gets the type of the queryable of.
Declaration
public static MethodInfo QueryableOfType { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableOrderByDescendingGeneric
Gets the queryable order by descending generic.
Declaration
public static MethodInfo QueryableOrderByDescendingGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableOrderByGeneric
Gets the queryable order by generic.
Declaration
public static MethodInfo QueryableOrderByGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableSelectGeneric
Gets the queryable select generic.
Declaration
public static MethodInfo QueryableSelectGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableSkipGeneric
Gets the queryable skip generic.
Declaration
public static MethodInfo QueryableSkipGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableTakeGeneric
Gets the queryable take generic.
Declaration
public static MethodInfo QueryableTakeGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableThenByDescendingGeneric
Gets the queryable then by descending generic.
Declaration
public static MethodInfo QueryableThenByDescendingGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableThenByGeneric
Gets the queryable then by generic.
Declaration
public static MethodInfo QueryableThenByGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |
QueryableWhereGeneric
Gets the queryable where generic.
Declaration
public static MethodInfo QueryableWhereGeneric { get; }
Property Value
Type | Description |
---|---|
System.Reflection.MethodInfo |