Executes the CommandText against the ActiveConnection and returns a result Object.
[Visual Basic] Overloads Public Sub Execute( _ ByRef retResult As Object _ ) [C#] public void Execute( ref object retResult ); [C++] public: void Execute( Object** retResult ); [JScript] public function Execute( retResult : Object );
Does not return a data stream.
The following example refreshes the Parameters collection for the command.
SQLCommand Class | SQLCommand Members | System.Data.SQL Namespace | SQLCommand.Execute Overload List