IFieldInfoActualContainingObjectName 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax string ActualContainingObjectName { get; }
ReadOnly Property ActualContainingObjectName As String
Get
Property Value
Type:
StringExamples EmployeeEntity.Name and a subtype, ClerkEntity, inherits this field. For ClerkEntity.Name ContainingObjectName is still 'EmployeeEntity'
however ActualContainingObjectName is 'ClerkEntity'.
See Also