Interface ILoopVariableAdapter<T>
Loop variables mapping adapter
Namespace: XData.Database.SqlBlock
Assembly: XData.docfx.dll
Syntax
public interface ILoopVariableAdapter<T>
Type Parameters
Name | Description |
---|---|
T | Loop cursor type |
Methods
| Improve this Doc View SourceMap<TVal>(String, Expression<Func<T, TVal>>)
Loop variable mapping expression
Declaration
void Map<TVal>(string variable, Expression<Func<T, TVal>> mapping)
Parameters
Type | Name | Description |
---|---|---|
String | variable | Variable name |
Expression<Func<T, TVal>> | mapping | Mapped cursor property expression |
Type Parameters
Name | Description |
---|---|
TVal |