Back to Devexpress

Session.UpdateSchemaAsync Method

xpo-devexpress-dot-xpo-dot-session-dot-updateschemaasync.md

latest1.7 KB
Original Source

Session.UpdateSchemaAsync Method

NameParametersDescription
UpdateSchemaAsync(CancellationToken, XPClassInfo[])cancellationToken, typesAsynchronously updates the database schema to support the persistence of the objects with the specified metadata information.
UpdateSchemaAsync(CancellationToken, Boolean, XPClassInfo[])cancellationToken, doNotCreateIfFirstTableNotExist, typesAsynchronously updates the database schema to support the persistence of the objects with the specified metadata information.
UpdateSchemaAsync(CancellationToken, Assembly[])cancellationToken, assembliesAsynchronously updates the storage schema according to the class descriptions that are listed in the specified assemblies.
UpdateSchemaAsync(CancellationToken, Type[])cancellationToken, typesAsynchronously updates a data store’s schema according to the class descriptions of the specified types.
UpdateSchemaAsync(CancellationToken)cancellationTokenAsynchronously updates the storage schema according to the class descriptions that are listed in the assemblies that have been loaded into the application domain.