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

EFFiltersCollection.Owner Property

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public EFDataSource Owner { get; }

Property Value

Type Description
EFDataSource

An EFDataSource object that is the owner of the collection.

See Also