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

Parameters

fieldName
Type: SystemString
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

Implements

IEntityCoreGetRelationsForFieldOfType(String)
See Also