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