| IRepositoryServiceDelete Method |
Obsoletes the specified data.
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax IdentifiedData Delete(
Guid key
)
Function Delete (
key As Guid
) As IdentifiedData
IdentifiedData^ Delete(
Guid key
)
abstract Delete :
key : Guid -> IdentifiedData
Parameters
- key
- Type: SystemGuid
The key.
Return Value
Type:
IdentifiedDataReturns the model.
See Also