Initializes a new instance of the ADOParameter class with the column name, column data type, the column width and source column name.
[Visual Basic] Overloads Public Sub New( _ ByVal name As String, _ ByVal dataType As ADODBType, _ ByVal size As Integer, _ ByVal srcColumn As String _ ) [C#] public ADOParameter( string name, ADODBType dataType, int size, string srcColumn ); [C++] public: ADOParameter( String* name, ADODBType dataType, int size, String* srcColumn ); [JScript] public function ADOParameter( name : String, dataType : ADODBType, size : int, srcColumn : String );
The Precision is inferred from the ADODBType parameter.
ADOParameter Class | ADOParameter Members | System.Data.ADO Namespace | ADOParameter Constructor Overload List