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.8.0.0 (5.8.21.0208)
Syntax
public List<IFieldElementCore> GetPotentialDiscriminatorFields()

Return Value

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