Click or drag to resize

ObjectReferenceGetOwnerChildCollection Method

Gets the owner child collection of objects that point to the owner with the current reference.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IChildCollection GetOwnerChildCollection(
	EntityObject owner
)

Parameters

owner
Type: Aloe.SystemFrameworks.DomainEntityObject
The owner.

Return Value

Type: IChildCollection
See Also