ParamValue.New Method
.NET Standard 2.x | Current Version (1.0.1) 
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<Type>(string name, object value, ParameterDirection direction = ParameterDirection.Input) | Creates a new ParamValue object and specifies the name and value of the parameter. |
| New<Type>(string name, ParameterDirection direction) | Creates a new ParamValue object and specifies the name and the direction type of the parameter. |