ParamValue.New Method
.NET Standard 2.x
Creates a new ParamValue object and specifies the name and value of the parameter.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| New(string name, object value) | Creates a new ParamValue object and specifies the name and value of the parameter. |
| New<TType>(string name, TType value, ParameterDirection direction = ParameterDirection.Input) | Creates a new ParamValue object and specifies the name and value of the parameter. |