 | PersistenceEntitySourceGetInverseRelations Method |
Get the relationships which the object is the target
Namespace: SanteDB.Core.DataAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IQueryResultSet GetInverseRelations(
Type relatedType,
params Guid?[] targetKey
)
Public Function GetInverseRelations (
relatedType As Type,
ParamArray targetKey As Guid?()
) As IQueryResultSet
public:
virtual IQueryResultSet^ GetInverseRelations(
Type^ relatedType,
... array<Nullable<Guid>>^ targetKey
) sealed
abstract GetInverseRelations :
relatedType : Type *
targetKey : Nullable<Guid>[] -> IQueryResultSet
override 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
Implements
IEntitySourceProviderGetInverseRelations(Type, NullableGuid)
See Also