Click or drag to resize

PersistenceEntitySourceGetRelations Method (Type, NullableGuid)

Get relationships

Namespace:  SanteDB.Core.Data
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public 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.Data.PersistenceEntitySource.GetRelations(System.Type,System.Nullable{System.Guid}[])"]

Implements

IEntitySourceProviderGetRelations(Type, NullableGuid)
See Also