IDatabaseOpenTable Method |
| Name | Description | |
|---|---|---|
| OpenTable(String) |
Opens a new DataSet and returns the first DataTable.
If caching is appropriate use OpenCachedTable(String, String) for improved performace.
| |
| OpenTable(String, String) |
Opens a new DataSet and returns the first DataTable.
If caching is appropriate use OpenCachedTable(String, String, String) for improved performace.
| |
| OpenTable(String, String, Int32) |
Opens a new DataSet and returns the first DataTable.
If caching is appropriate use OpenCachedTable(String, String, String) for improved performace.
|