Executes the CommandText against the ActiveConnection and builds a SQLDataReader.
[Visual Basic] Overloads Shadows Public Sub Execute( _ ByRef reader As SQLDataReader _ ) [C#] public new void Execute( ref SQLDataReader reader ); [C++] public: new void Execute( SQLDataReader** reader ); [JScript] public new function Execute( reader : SQLDataReader );
SQLCommand Class | SQLCommand Members | System.Data.SQL Namespace | SQLCommand.Execute Overload List