UpdateSchemaResult Enum
Lists the values that specify the result of the data store schema update operation.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
Name | Description |
---|---|
SchemaExists
|
Indicates that the database schema exists. |
FirstTableNotExists
|
Indicates that the table that corresponds to the first item doesn’t exist in the data store. |
Remarks
There are methods that update the database schema according to the specified table descriptions. These methods return the UpdateSchemaResult enumeration value that specifies the result of the update operation.
See Also