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.4.0.0 (5.4.0)
Syntax[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
protected IEntity2 ContainingEntity { get; }<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Protected ReadOnly Property ContainingEntity As IEntity2
	Get
Property Value
Type: 
IEntity2
See Also