Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal SqlConnection,ByVal String) As DataTable
[C#] public static DataTable ExecuteDataTable(SqlConnection,string);
[C++] public: static DataTable* ExecuteDataTable(SqlConnection*,String*);
[JScript] public static function ExecuteDataTable(SqlConnection,String): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal SqlConnection,ByVal String,ByVal CommandType) As DataTable
[C#] public static DataTable ExecuteDataTable(SqlConnection,string,CommandType);
[C++] public: static DataTable* ExecuteDataTable(SqlConnection*,String*,CommandType);
[JScript] public static function ExecuteDataTable(SqlConnection,String,CommandType): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal SqlConnection,ByVal String,ByVal CommandType,ByVal ParamArray SqlParameter()) As DataTable
[C#] public static DataTable ExecuteDataTable(SqlConnection,string,CommandType,params SqlParameter[]);
[C++] public: static DataTable* ExecuteDataTable(SqlConnection*,String*,CommandType,SqlParameter* __gc[]);
[JScript] public static function ExecuteDataTable(SqlConnection,String,CommandType,SqlParameter[]): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal SqlConnection,ByVal String,ByVal CommandType,ByVal String) As DataTable
[C#] public static DataTable ExecuteDataTable(SqlConnection,string,CommandType,string);
[C++] public: static DataTable* ExecuteDataTable(SqlConnection*,String*,CommandType,String*);
[JScript] public static function ExecuteDataTable(SqlConnection,String,CommandType,String): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal SqlConnection,ByVal String,ByVal ParamArray SqlParameter()) As DataTable
[C#] public static DataTable ExecuteDataTable(SqlConnection,string,params SqlParameter[]);
[C++] public: static DataTable* ExecuteDataTable(SqlConnection*,String*,SqlParameter* __gc[]);
[JScript] public static function ExecuteDataTable(SqlConnection,String,SqlParameter[]): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal SqlConnection,ByVal String,ByVal String) As DataTable
[C#] public static DataTable ExecuteDataTable(SqlConnection,string,string);
[C++] public: static DataTable* ExecuteDataTable(SqlConnection*,String*,String*);
[JScript] public static function ExecuteDataTable(SqlConnection,String,String): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal SqlConnection,ByVal String,ByVal String,ByVal CommandType,ByVal ParamArray SqlParameter()) As DataTable
[C#] public static DataTable ExecuteDataTable(SqlConnection,string,string,CommandType,params SqlParameter[]);
[C++] public: static DataTable* ExecuteDataTable(SqlConnection*,String*,String*,CommandType,SqlParameter* __gc[]);
[JScript] public static function ExecuteDataTable(SqlConnection,String,String,CommandType,SqlParameter[]): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal SqlConnection,ByVal String,ByVal String,ByVal ParamArray SqlParameter()) As DataTable
[C#] public static DataTable ExecuteDataTable(SqlConnection,string,string,params SqlParameter[]);
[C++] public: static DataTable* ExecuteDataTable(SqlConnection*,String*,String*,SqlParameter* __gc[]);
[JScript] public static function ExecuteDataTable(SqlConnection,String,String,SqlParameter[]): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal String) As DataTable
[C#] public static DataTable ExecuteDataTable(string);
[C++] public: static DataTable* ExecuteDataTable(String*);
[JScript] public static function ExecuteDataTable(String): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal String,ByVal CommandType) As DataTable
[C#] public static DataTable ExecuteDataTable(string,CommandType);
[C++] public: static DataTable* ExecuteDataTable(String*,CommandType);
[JScript] public static function ExecuteDataTable(String,CommandType): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal String,ByVal CommandType,ByVal ParamArray SqlParameter()) As DataTable
[C#] public static DataTable ExecuteDataTable(string,CommandType,params SqlParameter[]);
[C++] public: static DataTable* ExecuteDataTable(String*,CommandType,SqlParameter* __gc[]);
[JScript] public static function ExecuteDataTable(String,CommandType,SqlParameter[]): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal String,ByVal ParamArray SqlParameter()) As DataTable
[C#] public static DataTable ExecuteDataTable(string,params SqlParameter[]);
[C++] public: static DataTable* ExecuteDataTable(String*,SqlParameter* __gc[]);
[JScript] public static function ExecuteDataTable(String,SqlParameter[]): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal String,ByVal String) As DataTable
[C#] public static DataTable ExecuteDataTable(string,string);
[C++] public: static DataTable* ExecuteDataTable(String*,String*);
[JScript] public static function ExecuteDataTable(String,String): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal String,ByVal String,ByVal CommandType) As DataTable
[C#] public static DataTable ExecuteDataTable(string,string,CommandType);
[C++] public: static DataTable* ExecuteDataTable(String*,String*,CommandType);
[JScript] public static function ExecuteDataTable(String,String,CommandType): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal String,ByVal String,ByVal CommandType,ByVal ParamArray SqlParameter()) As DataTable
[C#] public static DataTable ExecuteDataTable(string,string,CommandType,params SqlParameter[]);
[C++] public: static DataTable* ExecuteDataTable(String*,String*,CommandType,SqlParameter* __gc[]);
[JScript] public static function ExecuteDataTable(String,String,CommandType,SqlParameter[]): DataTable;
Sends the System.Data.SqlClient.SqlCommand.CommandText to the System.Data.SqlClient.SqlCommand.Connection, and builds a System.Data.DataTable.
[Visual Basic] Shared OverloadsPublic Function ExecuteDataTable(ByVal String,ByVal String,ByVal ParamArray SqlParameter()) As DataTable
[C#] public static DataTable ExecuteDataTable(string,string,params SqlParameter[]);
[C++] public: static DataTable* ExecuteDataTable(String*,String*,SqlParameter* __gc[]);
[JScript] public static function ExecuteDataTable(String,String,SqlParameter[]): DataTable;