EntityDefinitionDiscriminatorValue Property |
Gets or sets the discriminator value for this entity. Used if this entity is in an InheritanceType of TargetPerEntityHierarchy. Should be
a value of a type compatible with the type of the DiscriminatorField of this entity (if not defined here, it's defined in a supertype).
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax [AllowInFilterAttribute(7)]
[AllowInSettingRuleAttribute("Discriminator value")]
public Object DiscriminatorValue { get; set; }
<AllowInFilterAttribute(7)>
<AllowInSettingRuleAttribute("Discriminator value")>
Public Property DiscriminatorValue As Object
Get
Set
Property Value
Type:
ObjectRemarks Managed by editors or the inheritance graph
See Also