EntityCoreTFieldsGetRelationsForFieldOfType Method  | 
 Gets the relation objects which represent the relation the fieldName specified is mapped on. 
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected virtual RelationCollection GetRelationsForFieldOfType(
	string fieldName
)
Protected Overridable Function GetRelationsForFieldOfType ( 
	fieldName As String
) As RelationCollection
Parameters
- fieldName
 - Type: SystemString
Name of the field mapped onto the relation of which the relation objects have to be obtained. 
Return Value
Type: 
RelationCollectionRelationCollection with relation object(s) which represent the relation the field is maped on
See Also