[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal parameterName As String, _ ByVal dbType As SQLDataType, _ ByVal size As Integer, _ ByVal direction As ParameterDirection, _ ByVal isNullable As Boolean, _ ByVal precision As Byte, _ ByVal scale As Byte, _ ByVal sourceColumn As String, _ ByVal sourceVersion As DataRowVersion, _ ByVal value As Object _ ) [C#] public SQLParameter( string parameterName, SQLDataType dbType, int size, ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, DataRowVersion sourceVersion, object value ); [C++] public: SQLParameter( String* parameterName, SQLDataType dbType, int size, ParameterDirection direction, bool isNullable, unsigned char precision, unsigned char scale, String* sourceColumn, DataRowVersion sourceVersion, Object* value ); [JScript] public function SQLParameter( parameterName : String, dbType : SQLDataType, size : int, direction : ParameterDirection, isNullable : Boolean, precision : Byte, scale : Byte, sourceColumn : String, sourceVersion : DataRowVersion, value : Object );
SQLParameter Class | SQLParameter Members | System.Data.SQL Namespace | SQLParameter Constructor Overload List