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.4.0.0 (5.4.0)
Syntax RelationCollection IEntityCore.GetRelationsForFieldOfType(
string fieldName
)
Private Function GetRelationsForFieldOfType (
fieldName As String
) As RelationCollection Implements IEntityCore.GetRelationsForFieldOfType
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