Click or drag to resize
EntityCollectionBase<TEntity>.ContainingEntity Property
Gets the entity which contains this collection (e.g. Customer, if this collection is the Customer's Orders collection), or null if this collection isn't part of any entity.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
protected IEntity ContainingEntity { get; }

Property Value

Type: IEntity
See Also