ObjectReferenceFollowUntyped Method |
Returns the referenced object for the specified referencing object
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic EntityObject FollowUntyped(
DomainObject referencingObject
)
Public Function FollowUntyped (
referencingObject As DomainObject
) As EntityObject
public:
EntityObject^ FollowUntyped(
DomainObject^ referencingObject
)
member FollowUntyped :
referencingObject : DomainObject -> EntityObject
Parameters
- referencingObject
- Type: Aloe.SystemFrameworks.DomainDomainObject
The referencing domain object is usually the one containing the foreign key (the many side of the relation)
Return Value
Type:
EntityObjectThe referenced object
See Also