Overload List
Name | Description | |
---|---|---|
GetTable |
Executes the query and returns DataTable.
This method is used in conjunction with the properties CommandType, CommandText and Parameters.
| |
GetTable(SqlCommand) |
Executes the specified SqlCommand and returns DataTable.
| |
GetTable(String) |
Executes the query and returns DataTable.
|
See Also