Skip to main content
A newer version of this page is available.
All docs
V20.2
.NET Framework 4.5.2+

WebApiDataStoreClient.UpdateSchemaAsync(DataCacheCookie, DBTable[], Boolean) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public Task<DataCacheUpdateSchemaResult> UpdateSchemaAsync(
    DataCacheCookie cookie,
    DBTable[] tables,
    bool doNotCreateIfFirstTableNotExist
)

Parameters

Name Type
cookie DataCacheCookie
tables DBTable[]
doNotCreateIfFirstTableNotExist Boolean

Returns

Type
Task<DataCacheUpdateSchemaResult>
See Also