CollectionCoreTContainingEntityMappedField Property  | 
 
            Gets the name of the field mapped onto the relation in the opposite entity which is represented by this collection, if this collection is 
            contained by an entity. E.g. it will return "Customer" if the relation Customer - Order has the field 'Customer' mapped onto it in Order and 
            this collection is the Orders collection in Customer. If this collection isn't contained in any entity, an empty string is returned.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
protected string ContainingEntityMappedField { get; set; }<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Protected Property ContainingEntityMappedField As String
	Get
	Set
Property Value
Type: 
String
See Also