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.1.0.0 (5.1.0)
Syntax public List<IFieldElementCore> GetPotentialDiscriminatorFields()
Public Function GetPotentialDiscriminatorFields As List(Of IFieldElementCore)
Return Value
Type:
ListIFieldElementCorelist of fields which can be used as discriminator field.
See Also