Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
[XmlIgnoreAttribute]
public string ActualContainingObjectName { get; }

Property Value

Type: String

Implements

IFieldInfoActualContainingObjectName
Examples
EmployeeEntity.Name and a subtype, ClerkEntity, inherits this field. For ClerkEntity.Name ContainingObjectName is still 'EmployeeEntity' however ActualContainingObjectName is 'ClerkEntity'.
See Also