Skip to main content
All docs
V25.1
  • .NET 8.0+

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

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v25.1.dll

    NuGet Package: DevExpress.Xpo

    Declaration

    public DataCacheUpdateSchemaResult UpdateSchema(
        DataCacheCookie cookie,
        DBTable[] tables,
        bool doNotCreateIfFirstTableNotExist
    )

    Parameters

    Name Type
    cookie DataCacheCookie
    tables DBTable[]
    doNotCreateIfFirstTableNotExist Boolean

    Returns

    Type
    DataCacheUpdateSchemaResult
    See Also