 | PersistenceEntitySourceGetRelations Method (Type, NullableGuid) |
Get relationships
Namespace:
SanteDB.Core.Data
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
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: SystemType
The related type to load - sourceKey
- Type: SystemNullableGuid
The source keys to load relationships for
Return Value
Type:
IQueryResultSet[Missing <returns> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.GetRelations(System.Type,System.Nullable{System.Guid}[])"]
Implements
IEntitySourceProviderGetRelations(Type, NullableGuid)
See Also