 | RepositoryEntitySourceGetRelations(Type, NullableGuid) Method |
Get relationships
Namespace: SanteDB.Core.DataAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IQueryResultSet GetRelations(
Type relatedType,
params Guid?[] sourceKey
)
Public Function GetRelations (
relatedType As Type,
ParamArray sourceKey As Guid?()
) As IQueryResultSet
public:
virtual IQueryResultSet^ GetRelations(
Type^ relatedType,
... array<Nullable<Guid>>^ sourceKey
) sealed
abstract GetRelations :
relatedType : Type *
sourceKey : Nullable<Guid>[] -> IQueryResultSet
override GetRelations :
relatedType : Type *
sourceKey : Nullable<Guid>[] -> IQueryResultSet Parameters
- relatedType Type
- The related type to load
- sourceKey NullableGuid
- The source keys to load relationships for
Return Value
IQueryResultSet[Missing <returns> documentation for "M:SanteDB.Core.Data.RepositoryEntitySource.GetRelations(System.Type,System.Nullable{System.Guid}[])"]
Implements
IEntitySourceProviderGetRelations(Type, NullableGuid)
See Also