SqlClient GetTable Method Nemiro.Data.dll
Overload List

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