Back to Devexpress

MasterDetailInfoCollection.Owner Property

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-masterdetailinfocollection.md

latest1.2 KB
Original Source

MasterDetailInfoCollection.Owner Property

Indicates the SQL data source to which the collection of master-detail relations belongs.

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public SqlDataSource Owner { get; }
vb
Public ReadOnly Property Owner As SqlDataSource

Property Value

TypeDescription
SqlDataSource

A SqlDataSource object that is the owner of the collection.

|

See Also

MasterDetailInfoCollection Class

MasterDetailInfoCollection Members

DevExpress.DataAccess.Sql Namespace