Click or drag to resize

EntityCollectionBase2TEntityContainingEntity 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.9.0.0 (5.9.0)
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
protected IEntity2 ContainingEntity { get; }

Property Value

Type: IEntity2
See Also