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