Click or drag to resize

DatabaseOpenTable Method

Overload List
  NameDescription
Public methodOpenTable(String)
Opens a new DataSet and returns the first DataTable. If caching is appropriate use OpenCachedTable(String, String) for improved performace.
Public methodOpenTable(String, String)
Opens a new DataSet and returns the first DataTable. If caching is appropriate use OpenCachedTable(String, String, String) for improved performace.
Public methodOpenTable(String, String, Int32)
Opens a new DataSet and returns the first DataTable. If caching is appropriate use OpenCachedTable(String, String, String) for improved performace.
Top
See Also