Back to Devexpress

UpdateSchemaResult Enum

corelibraries-devexpress-dot-xpo-dot-db-31f4abe4.md

latest1.1 KB
Original Source

UpdateSchemaResult Enum

Lists the values that specify the result of the data store schema update operation.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum UpdateSchemaResult
vb
Public Enum UpdateSchemaResult

Members

NameDescription
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

DevExpress.Xpo.DB Namespace