EntityFieldCoreActualContainingObjectName Property |
The name of the object this field is currently in. Differs only from ContainingObjectName if the field instance is in a subtype while it is
originally defined in a supertype.
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 [XmlIgnoreAttribute]
public string ActualContainingObjectName { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property ActualContainingObjectName As String
Get
Property Value
Type:
StringImplements
IFieldInfoActualContainingObjectNameExamples EmployeeEntity.Name and a subtype, ClerkEntity, inherits this field. For ClerkEntity.Name ContainingObjectName is still 'EmployeeEntity'
however ActualContainingObjectName is 'ClerkEntity'.
See Also