CUBRID ADO.NET Driver - 8.4.0.0
Assembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Initializes a new instance of the CUBRIDParameter class
Namespace: CUBRID.Data.CUBRIDClientAssembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Syntax
| C# |
|---|
public CUBRIDParameter( string parameterName, CUBRIDDataType cubridDataType, ParameterDirection dir, string col, DataRowVersion ver, Object val ) |
| Visual Basic |
|---|
Public Sub New ( _ parameterName As String, _ cubridDataType As CUBRIDDataType, _ dir As ParameterDirection, _ col As String, _ ver As DataRowVersion, _ val As Object _ ) |
Parameters
- parameterName
- Type: System..::..String
- cubridDataType
- Type: CUBRID.Data.CUBRIDClient..::..CUBRIDDataType
- dir
- Type: System.Data..::..ParameterDirection
- col
- Type: System..::..String
- ver
- Type: System.Data..::..DataRowVersion
- val
- Type: System..::..Object