DataCacheConfiguration.Tables Property
Specifies tables to be used to determine the caching scope of the current configuration.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
String[] | An array of table names specifying the tables to be included in or excluded from the caching scope. |
Remarks
The inclusion/exclusion to/from the caching scope is determined based on the DataCacheConfiguration.Caching property value.
See Also