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