Class Query<T>
Explicit interface implementation of IQueryable
Namespace: Sartorius.SAF.Serialization
Assembly: Sartorius.SAF.dll
Syntax
public class Query<T> : IOrderedQueryable<T>, IOrderedQueryable, IQueryable<T>, IEnumerable<T>, IQueryable, IEnumerable
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
View SourceQuery()
Create a new instance of Query<T>.
Declaration
public Query()
Query(IQueryProvider)
Create a new instance of Query<T>.
Declaration
public Query(IQueryProvider provider)
Parameters
| Type | Name | Description |
|---|---|---|
| IQueryProvider | provider |
Query(IQueryProvider, Expression)
Create a new instance of Query<T>.
Declaration
public Query(IQueryProvider queryProvider, Expression expression)
Parameters
| Type | Name | Description |
|---|---|---|
| IQueryProvider | queryProvider | |
| Expression | expression | An expression for query. |
Methods
View SourceGetEnumerator()
On the call to any of the System.Linq extension methods on IEnumerable{T}, this method will get called.
Declaration
public IEnumerator<T> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<T> |
ToString()
In Debug, this is called implicitly.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |