'DeclarationPublic Function New( _ ByVal parameterName As System.String, _ ByVal dataType As VistaDBType, _ ByVal size As System.Integer _ )
'UsageDim parameterName As System.String Dim dataType As VistaDBType Dim size As System.Integer Dim instance As New VistaDBParameter(parameterName, dataType, size)
public VistaDBParameter( System.string parameterName, VistaDBType dataType, System.int size )
Parameters
- parameterName
- The name of the parameter to map.
- dataType
- One of the VistaDBType values.
- size
- The length of the parameter.