NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLCommand Constructor (SQLConnection, String, CommandType, SQLParameter[], UpdateRowSource)

[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
);

Parameters

activeConnection
[To be supplied.]
cmdText
[To be supplied.]
cmdType
[To be supplied.]
parameters
[To be supplied.]
rowSrc
[To be supplied.]

See Also

SQLCommand Class | SQLCommand Members | System.Data.SQL Namespace | SQLCommand Constructor Overload List