IInheritanceInfoDiscriminatorColumnValue Property |
Gets the discriminator column value.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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