WebApiDataStoreClient.UpdateSchemaAsync(CancellationToken, DataCacheCookie, DBTable[], Boolean) Method
In This Article
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public Task<DataCacheUpdateSchemaResult> UpdateSchemaAsync(
CancellationToken cancellationToken,
DataCacheCookie cookie,
DBTable[] tables,
bool doNotCreateIfFirstTableNotExist
)
#Parameters
Name | Type |
---|---|
cancellation |
Cancellation |
cookie | Data |
tables | DBTable[] |
do |
Boolean |
#Returns
Type |
---|
Task<Data |
See Also