 | UpstreamForeignDataManagementGet(Guid, Guid) Method |
Gets the specified model data at the specified version
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic ForeignDataMap Get(
Guid key,
Guid versionKey
)
Public Function Get (
key As Guid,
versionKey As Guid
) As ForeignDataMap
public:
virtual ForeignDataMap^ Get(
Guid key,
Guid versionKey
) sealed
abstract Get :
key : Guid *
versionKey : Guid -> ForeignDataMap
override Get :
key : Guid *
versionKey : Guid -> ForeignDataMap Parameters
- key Guid
- The key.
- versionKey Guid
- The key of the version.
Return Value
ForeignDataMapReturns the model.
Implements
IRepositoryServiceTModelGet(Guid, Guid)
See Also