Click or drag to resize

IEntitySourceProviderGetInverseRelations Method

Get the relationships which the object is the target

Namespace: SanteDB.Core.Model.EntityLoader
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
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
See Also