Skip to main content
A newer version of this page is available. .

DataCacheRoot.GetStorageTablesList(Boolean) Method

Returns a list of all the tables available in a cached data store.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public override string[] GetStorageTablesList(
    bool includeViews
)

Parameters

Name Type Description
includeViews 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 DataCacheRoot.GetStorageTables method.

See Also