Stitch.Database Documentation | |
DBParameter Constructor (String, SqlDbType, Int32, Object)
Creates a new DBParameter (based on SQL Server).
Parameters
- ParamName
- Name of the parameter
- type
- SqlDbType of the data
- size
- Size of the data
- ovalue
- Value of the parameter
See Also
DBParameter Class | Stitch.Database Namespace | DBParameter Constructor Overload List