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 ) |
| Visual Basic |
|---|
Public Sub New ( _ parameterName As String, _ cubridDataType As CUBRIDDataType, _ size As Integer _ ) |
Parameters
- parameterName
- Type: System..::..String
- cubridDataType
- Type: CUBRID.Data.CUBRIDClient..::..CUBRIDDataType
- size
- Type: System..::..Int32