| ObjectExpanderLoadRelatedTRelated Method |
Load the related information
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public static TRelated LoadRelated<TRelated>(
Guid? objectKey
)
where TRelated : new(), IdentifiedData
Public Shared Function LoadRelated(Of TRelated As {New, IdentifiedData}) (
objectKey As Guid?
) As TRelated
public:
generic<typename TRelated>
where TRelated : gcnew(), IdentifiedData
static TRelated LoadRelated(
Nullable<Guid> objectKey
)
static member LoadRelated :
objectKey : Nullable<Guid> -> 'TRelated when 'TRelated : new() and IdentifiedData
Parameters
- objectKey
- Type: SystemNullableGuid
The object key.
Type Parameters
- TRelated
- The type of the t related.
Return Value
Type:
TRelatedTRelated.
See Also