MasterDetailInfoCollection.Owner Property
In This Article
Indicates the SQL data source to which the collection of master-detail relations belongs.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public SqlDataSource Owner { get; }
#Property Value
Type | Description |
---|---|
Sql |
A Sql |
See Also