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