Overload List
Name | Description | |
---|---|---|
![]() | GetData |
Executes the query and returns DataSet.
This method is used in conjunction with the properties CommandType, CommandText and Parameters.
|
![]() | GetData(SqlCommand) |
Executes the specified SqlCommand and returns DataSet.
|
![]() | GetData(String) |
Executes the specified SQL-statement and returns DataSet.
|
See Also