Skip to main content
All docs
V25.1
  • ConnectionProviderSql.CompareSchema(IEnumerable<DBTable>, SchemaMigrationOptions) Method

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Data.v25.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