Click or drag to resize

IEntitySourceProviderGetRelations Method (Type, NullableGuid)

Get relationships

Namespace:  SanteDB.Core.Model.EntityLoader
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
IQueryResultSet GetRelations(
	Type relatedType,
	params Guid?[] sourceKey
)

Parameters

relatedType
Type: SystemType
The related type to load
sourceKey
Type: SystemNullableGuid
The source keys to load relationships for

Return Value

Type: IQueryResultSet

[Missing <returns> documentation for "M:SanteDB.Core.Model.EntityLoader.IEntitySourceProvider.GetRelations(System.Type,System.Nullable{System.Guid}[])"]

See Also