Initializes a new instance of the SQLParameter class.
[Visual Basic] Overloads Public Sub New( _ ByVal parameterName As String, _ ByVal dbType As SQLDataType, _ ByVal size As Integer, _ ByVal sourceColumn As String, _ ByVal sourceVersion As DataRowVersion _ ) [C#] public SQLParameter( string parameterName, SQLDataType dbType, int size, string sourceColumn, DataRowVersion sourceVersion ); [C++] public: SQLParameter( String* parameterName, SQLDataType dbType, int size, String* sourceColumn, DataRowVersion sourceVersion ); [JScript] public function SQLParameter( parameterName : String, dbType : SQLDataType, size : int, sourceColumn : String, sourceVersion : DataRowVersion );
The type is inferred from the value.
SQLParameter Class | SQLParameter Members | System.Data.SQL Namespace | SQLParameter Constructor Overload List