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

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Data.v26.1.dll

    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