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