ConnectionProviderSql.CompareSchema(IEnumerable<DBTable>, SchemaMigrationOptions) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
public UpdateSchemaStatement[] CompareSchema(
IEnumerable<DBTable> targetSchema,
SchemaMigrationOptions options
)
Parameters
Name | Type |
---|---|
targetSchema | IEnumerable<DBTable> |
options | DevExpress.Xpo.DB.SchemaMigrationOptions |
Returns
Type |
---|
DevExpress.Xpo.DB.UpdateSchemaStatement[] |
See Also