IEntityCoreGetRelationsForFieldOfType 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.10.0.0 (5.10.0)
SyntaxRelationCollection GetRelationsForFieldOfType(
	string fieldName
)
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 mapped on
See Also