Click or drag to resize

EntityDefinitionDiscriminatorField Property

Gets the discriminator field of this entity or null if there's no discriminator field defined locally to this entity, which means it's either defined in a supertype or not defined.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
[AllowInFilterAttribute(6)]
public IFieldElementCore DiscriminatorField { get; }

Property Value

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