DataCacheNode.GetStorageTablesList(Boolean) Method
In This Article
Returns a list of all the tables available in a cached data store.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
include |
Boolean | true, to include views; otherwise, false. |
#Returns
Type | Description |
---|---|
String[] | An array of the table names in the cached data store. |
#Remarks
To get a specific table’s structure, call the DataCacheNode.GetStorageTables method.
See Also