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