Click or drag to resize
EntityDefinitionGetPotentialDiscriminatorFields Method
Gets the discriminator field candidates from the list of fields in this entity

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
public List<IFieldElementCore> GetPotentialDiscriminatorFields()

Return Value

Type: ListIFieldElementCore
list of fields which can be used as discriminator field.
See Also