Interface ISqlParam
SQL block parameter interface
Namespace: XData.Database.SqlBlock
Assembly: XData.docfx.dll
Syntax
public interface ISqlParam
Methods
| Improve this Doc View SourceSet<T>(T)
Set SQL block parameter value
Declaration
ISqlParam Set<T>(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | Parameter value |
Returns
| Type | Description |
|---|---|
| ISqlParam | SQL block parameter |
Type Parameters
| Name | Description |
|---|---|
| T | Type of parameter value |