ParamValue.Input Method
.NET Standard 2.x
Creates a new ParamValue object as the input parameter of a stored procedure or function.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| Input<TType>(string name, TType value) | Creates a new ParamValue object as the input parameter of a stored procedure or function. |
| Input(string name, object value, Type dataType) | Creates a new ParamValue object as the input parameter of a stored procedure or function. |