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, int size, ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, DataRowVersion sourceVersion, Object value ) |
| Visual Basic |
|---|
Public Sub New ( _ parameterName As String, _ cubridDataType As CUBRIDDataType, _ size As Integer, _ direction As ParameterDirection, _ isNullable As Boolean, _ precision As Byte, _ scale As Byte, _ sourceColumn As String, _ sourceVersion As DataRowVersion, _ value As Object _ ) |
Parameters
- parameterName
- Type: System..::..String
- cubridDataType
- Type: CUBRID.Data.CUBRIDClient..::..CUBRIDDataType
- size
- Type: System..::..Int32
- direction
- Type: System.Data..::..ParameterDirection
- isNullable
- Type: System..::..Boolean
- precision
- Type: System..::..Byte
- scale
- Type: System..::..Byte
- sourceColumn
- Type: System..::..String
- sourceVersion
- Type: System.Data..::..DataRowVersion
- value
- Type: System..::..Object