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

SqlDataSource.Relations Property

Provides access to the collection of master-detail relations of the SqlDataSource.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

[LocalizableCategory(DataAccessStringId.PropertyGridDataCategoryName)]
public MasterDetailInfoCollection Relations { get; }

Property Value

Type Description
MasterDetailInfoCollection

A MasterDetailInfoCollection object.

See Also