IEntityCollectionCoreContainingEntityMappedField 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.4.0.0 (5.4.0)
Syntaxstring ContainingEntityMappedField { get; }ReadOnly Property ContainingEntityMappedField As String
	Get
Property Value
Type: 
String
See Also