Click or drag to resize

RepositoryEntitySourceGetRelations(Type, NullableGuid) Method

Get relationships

Namespace: SanteDB.Core.Data
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public IQueryResultSet GetRelations(
	Type relatedType,
	params Guid?[] sourceKey
)

Parameters

relatedType  Type
The related type to load
sourceKey  NullableGuid
The source keys to load relationships for

Return Value

IQueryResultSet

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

Implements

IEntitySourceProviderGetRelations(Type, NullableGuid)
See Also