  | IEntitySourceProviderGetRelations Method (Type, NullableGuid) | 
 
            Get relationships
            
 
    Namespace: 
   SanteDB.Core.Model.EntityLoader
    Assembly:
   SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
SyntaxIQueryResultSet GetRelations(
	Type relatedType,
	params Guid?[] sourceKey
)
Function GetRelations ( 
	relatedType As Type,
	ParamArray sourceKey As Guid?()
) As IQueryResultSet
IQueryResultSet^ GetRelations(
	Type^ relatedType, 
	... array<Nullable<Guid>>^ sourceKey
)
abstract 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.Model.EntityLoader.IEntitySourceProvider.GetRelations(System.Type,System.Nullable{System.Guid}[])"]
See Also