SqlBuilder.Parameter Method
.NET Standard 2.x | Current Version (1.0.1) 
Creates an ISqlParameter object which represents a SQL parameter and specifies the data type of the parameter value.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| Parameter<TType>(string name = "") | Creates an ISqlParameter object which represents a SQL parameter and specifies the data type of the parameter value by the Type parameter. |
| Parameter(Type type, string name = "") | Creates an ISqlParameter object which represents a SQL parameter and specifies the data type of the parameter value. |