SqlClient GetData Method Nemiro.Data.dll
Overload List

  NameDescription
Public methodGetData 
Executes the query and returns DataSet. This method is used in conjunction with the properties CommandType, CommandText and Parameters.
Public methodGetData(SqlCommand)
Executes the specified SqlCommand and returns DataSet.
Public methodGetData(String)
Executes the specified SQL-statement and returns DataSet.
Top
See Also