ProjectGetAllRelatedFieldElementsForEntity Method (EntityDefinition) | 
 
            Gets all RelatedFieldElements for entity. A RelatedFieldElement is an element which represents a related field over an 1:1 / m:1 relationship.
            The field can be an inherited field.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic IEnumerable<RelatedFieldElement> GetAllRelatedFieldElementsForEntity(
	EntityDefinition entity
)
Public Function GetAllRelatedFieldElementsForEntity ( 
	entity As EntityDefinition
) As IEnumerable(Of RelatedFieldElement)
Parameters
- entity
 - Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity. 
Return Value
Type: 
IEnumerableRelatedFieldElementenumerable with all related field elements for the entity over m:1/1:1 relationships
See Also