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)
Syntaxpublic 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