Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
Object DiscriminatorColumnValue { get; }

Property Value

Type: Object
The discriminator value for the entity of this inheritance info, or undefined if the entity is not in a TargetPerEntityHierarchy.
See Also