[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal activeConnection As SQLConnection, _ ByVal cmdText As String, _ ByVal cmdType As CommandType, _ ByVal parameters() As SQLParameter, _ ByVal rowSrc As UpdateRowSource _ ) [C#] public SQLCommand( SQLConnection activeConnection, string cmdText, CommandType cmdType, SQLParameter[] parameters, UpdateRowSource rowSrc ); [C++] public: SQLCommand( SQLConnection* activeConnection, String* cmdText, CommandType cmdType, SQLParameter* parameters[], UpdateRowSource rowSrc ); [JScript] public function SQLCommand( activeConnection : SQLConnection, cmdText : String, cmdType : CommandType, parameters : SQLParameter[], rowSrc : UpdateRowSource );
SQLCommand Class | SQLCommand Members | System.Data.SQL Namespace | SQLCommand Constructor Overload List