Delegate SqlBlockDefinition<T>
SQL block definition expression type
Namespace: XData.Database.SqlBlock
Assembly: XData.docfx.dll
Syntax
public delegate ISqlBlock SqlBlockDefinition<T>(ISqlBlockAdapter<T> adapter)
where T : class, new();
Parameters
Type | Name | Description |
---|---|---|
ISqlBlockAdapter<T> | adapter | SQL block adapter typed interface |
Returns
Type | Description |
---|---|
ISqlBlock | SQL block definition |
Type Parameters
Name | Description |
---|---|
T | SQL block result mapped type |