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