IInheritanceInfoDiscriminatorColumnValue Property |
Gets the discriminator column value.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax Object DiscriminatorColumnValue { get; }
ReadOnly Property DiscriminatorColumnValue As Object
Get
Property Value
Type:
ObjectThe discriminator value for the entity of this inheritance info, or undefined if the entity is not in a TargetPerEntityHierarchy.
See Also