![](../icons/icon.png) | IRepositoryServiceTModelGet Method (Guid, Guid) |
Gets the specified model data at the specified version
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
SyntaxTModel Get(
Guid key,
Guid versionKey
)
Function Get (
key As Guid,
versionKey As Guid
) As TModel
TModel Get(
Guid key,
Guid versionKey
)
abstract Get :
key : Guid *
versionKey : Guid -> 'TModel
Parameters
- key
- Type: SystemGuid
The key. - versionKey
- Type: SystemGuid
The key of the version.
Return Value
Type:
TModelReturns the model.
See Also