Click or drag to resize

PersistenceEntitySourceGetInverseRelations Method

Get the relationships which the object is the target

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

Parameters

relatedType  Type
The type of relationship to load
targetKey  NullableGuid
The target key

Return Value

IQueryResultSet
The list of loaded relationship

Implements

IEntitySourceProviderGetInverseRelations(Type, NullableGuid)
See Also