Click or drag to resize

DatabaseOpenCachedTable Method

Overload List
  NameDescription
Public methodOpenCachedTable(String, String)
Opens a new DataSet and returns the first DataTable, retrieving it from the cache if it is cached. If the object is not cached, it is opened from the datasource and added to the global cache.
Public methodOpenCachedTable(String, String, String)
Opens a new DataSet and returns the first DataTable, retrieving it from the cache if it is cached. If the object is not cached, it is opened from the datasource and added to the global cache.
Public methodOpenCachedTable(String, String, String, Boolean)
Opens a new DataSet and returns the first DataTable, retrieving it from the cache if it is cached. If the object is not cached, it is opened from the datasource and added to the global cache.
Top
See Also