Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
[AllowInFilterAttribute(7)]
[AllowInSettingRuleAttribute("Discriminator value")]
public Object DiscriminatorValue { get; set; }

Property Value

Type: Object
Remarks
Managed by editors or the inheritance graph
See Also