Delegate Calculate<T>
XData LINQ-styled SQL expression delegate type
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate T Calculate<out T>(IQueryStructureAdapter adapter);
Parameters
| Type | Name | Description |
|---|---|---|
| IQueryStructureAdapter | adapter | Query structure adapter |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T | Result type |
Extension Methods
SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)