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.EntityModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax [AllowInFilterAttribute(6)]
public IFieldElementCore DiscriminatorField { get; }
<AllowInFilterAttribute(6)>
Public ReadOnly Property DiscriminatorField As IFieldElementCore
Get
Property Value
Type:
IFieldElementCoreRemarks Managed by editors or the inheritance graph
See Also