Click or drag to resize
IEntityCore.GetRelationsForFieldOfType 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.3.0.0 (5.3.0)
Syntax
RelationCollection GetRelationsForFieldOfType(
	string fieldName
)

Parameters

fieldName
Type: System.String
Name of the field mapped onto the relation of which the relation objects have to be obtained.

Return Value

Type: RelationCollection
RelationCollection with relation object(s) which represent the relation the field is maped on
See Also