Click or drag to resize

ObjectExpanderLoadCollectionTAssociation Method (Guid)

Delay loads the specified collection association

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public static IEnumerable<TAssociation> LoadCollection<TAssociation>(
	Guid sourceKey
)
where TAssociation : new(), IdentifiedData, ISimpleAssociation

Parameters

sourceKey
Type: SystemGuid
The source key.

Type Parameters

TAssociation
The type of the t association.

Return Value

Type: IEnumerableTAssociation
IEnumerable<TAssociation>.
See Also