| Overload | Description |
|---|---|
| VistaDBParameter Constructor() | Initializes a new instance of the VistaDBParameter class. |
| VistaDBParameter Constructor(String,Object) | Initializes a new instance of the VistaDBParameter class that uses the parameter name and a value of the new VistaDBParameter. |
| VistaDBParameter Constructor(String,VistaDBType) | Initializes a new instance of the VistaDBParameter class that uses the parameter name and the data type. |
| VistaDBParameter Constructor(String,VistaDBType,Int32) | Initializes a new instance of the VistaDBParameter class that uses the parameter name, the VistaDBType, and the size. |
| VistaDBParameter Constructor(String,VistaDBType,Int32,String) | Initializes a new instance of the VistaDBParameter class that uses the parameter name, the VistaDBType, the size, and the source column name. |
| VistaDBParameter Constructor(String,VistaDBType,Int32,ParameterDirection,Boolean,String,DataRowVersion,Object) | Initializes a new instance of the VistaDBParameter class that uses the parameter name, the type of the parameter, the size of the parameter, a ParameterDirection, the source column, a DataRowVersion to use, and the value of the parameter. |