EntityObjectGetAggregateParent Method |
Gets the aggregate parent of this entity object. If this is the aggregate root the return value is null.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic EntityObject GetAggregateParent()
Public Function GetAggregateParent As EntityObject
public:
EntityObject^ GetAggregateParent()
member GetAggregateParent : unit -> EntityObject
Return Value
Type:
EntityObject
See Also