Skip to main content
A newer version of this page is available. .

ManageRelationsContext.DBSchemaProviderEx Property

Specifies a database schema provider for the Master-Detail Relations Editor.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public IDBSchemaProviderEx DBSchemaProviderEx { get; set; }

Property Value

Type Description
IDBSchemaProviderEx

An object implementing the IDBSchemaProviderEx interface.

See Also