Show / Hide Table of Contents

Class QueryableMethods

Helper class for accessing the methods of the System.Linq.IQueryable<T> interface.

Inheritance
System.Object
QueryableMethods
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.Linq.Expressions
Assembly: Kephas.Data.dll
Syntax
public static class QueryableMethods

Properties

| Improve this Doc View Source

QueryableAllGeneric

Gets the queryable all generic.

Declaration
public static MethodInfo QueryableAllGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableContainsGeneric

Gets the queryable contains generic.

Declaration
public static MethodInfo QueryableContainsGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo

The queryable contains generic.

| Improve this Doc View Source

QueryableCountGeneric

Gets the queryable count generic.

Declaration
public static MethodInfo QueryableCountGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableEmptyAnyGeneric

Gets the queryable empty any generic.

Declaration
public static MethodInfo QueryableEmptyAnyGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableLongCountGeneric

Gets the queryable long count generic.

Declaration
public static MethodInfo QueryableLongCountGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableMaxGeneric

Gets the queryable max generic.

Declaration
public static MethodInfo QueryableMaxGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo

The queryable max generic.

| Improve this Doc View Source

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.

| Improve this Doc View Source

QueryableMinGeneric

Gets the queryable min generic.

Declaration
public static MethodInfo QueryableMinGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo

The queryable min generic.

| Improve this Doc View Source

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.

| Improve this Doc View Source

QueryableNonEmptyAnyGeneric

Gets the queryable non empty any generic.

Declaration
public static MethodInfo QueryableNonEmptyAnyGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

QueryableOfType

Gets the type of the queryable of.

Declaration
public static MethodInfo QueryableOfType { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableOrderByDescendingGeneric

Gets the queryable order by descending generic.

Declaration
public static MethodInfo QueryableOrderByDescendingGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableOrderByGeneric

Gets the queryable order by generic.

Declaration
public static MethodInfo QueryableOrderByGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableSelectGeneric

Gets the queryable select generic.

Declaration
public static MethodInfo QueryableSelectGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableSkipGeneric

Gets the queryable skip generic.

Declaration
public static MethodInfo QueryableSkipGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableTakeGeneric

Gets the queryable take generic.

Declaration
public static MethodInfo QueryableTakeGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableThenByDescendingGeneric

Gets the queryable then by descending generic.

Declaration
public static MethodInfo QueryableThenByDescendingGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableThenByGeneric

Gets the queryable then by generic.

Declaration
public static MethodInfo QueryableThenByGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
| Improve this Doc View Source

QueryableWhereGeneric

Gets the queryable where generic.

Declaration
public static MethodInfo QueryableWhereGeneric { get; }
Property Value
Type Description
System.Reflection.MethodInfo
  • Improve this Doc
  • View Source
Back to top Generated by DocFX