InheritanceInfoDiscriminatorColumnValue Property  | 
 
            Gets the discriminator column value.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic Object DiscriminatorColumnValue { get; }Public 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.
Implements
IInheritanceInfoDiscriminatorColumnValue
See Also