Interface IQueryDescription<T>
Dynamic query description with result type specified interface
Inherited Members
Namespace: XData.Mapping.Dynamic
Assembly: XData.docfx.dll
Syntax
public interface IQueryDescription<out T> : IQueryDescription
Type Parameters
| Name | Description |
|---|---|
| T | Query description element type |
Methods
| Improve this Doc View SourceAsQuery(IDataScope, Variable[])
Returns queryable data source based on description
Declaration
IDataQuery<T> AsQuery(IDataScope dataScope, params Variable[] variables)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataScope | dataScope | Data scope |
| Variable[] | variables | Object variables values |
Returns
| Type | Description |
|---|---|
| IDataQuery<T> | Data source |