 | IEntitySourceProviderGetInverseRelations Method |
Get the relationships which the object is the target
Namespace: SanteDB.Core.Model.EntityLoaderAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
SyntaxIQueryResultSet GetInverseRelations(
Type relatedType,
params Guid?[] targetKey
)
Function GetInverseRelations (
relatedType As Type,
ParamArray targetKey As Guid?()
) As IQueryResultSet
IQueryResultSet^ GetInverseRelations(
Type^ relatedType,
... array<Nullable<Guid>>^ targetKey
)
abstract GetInverseRelations :
relatedType : Type *
targetKey : Nullable<Guid>[] -> IQueryResultSet Parameters
- relatedType Type
- The type of relationship to load
- targetKey NullableGuid
- The target key
Return Value
IQueryResultSetThe list of loaded relationship
See Also