Interface ISqlVarAdapter
SQL variable value adapter
Namespace: XData.Database.SqlBlock
Assembly: XData.docfx.dll
Syntax
public interface ISqlVarAdapter
Methods
| Improve this Doc View SourceVar<T>(String)
SQL variable value
Declaration
ISqlValue<T> Var<T>(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Variable name |
Returns
Type | Description |
---|---|
ISqlValue<T> | SQL value description |
Type Parameters
Name | Description |
---|---|
T | Variable mapped type |