Click or drag to resize

ObjectExpanderLoadCollectionTAssociation Method (Guid, NullableInt32)

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,
	int? sourceSequence
)
where TAssociation : new(), IdentifiedData, IVersionedAssociation

Parameters

sourceKey
Type: SystemGuid
The source key.
sourceSequence
Type: SystemNullableInt32
The source sequence.

Type Parameters

TAssociation
The type of the t association.

Return Value

Type: IEnumerableTAssociation
IEnumerable<TAssociation>.
See Also