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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax [XmlIgnoreAttribute]
[BrowsableAttribute(false)]
protected IEntity ContainingEntity { get; }
<XmlIgnoreAttribute>
<BrowsableAttribute(false)>
Protected ReadOnly Property ContainingEntity As IEntity
Get
Property Value
Type:
IEntitySee Also