Click or drag to resize

IRepositoryServiceTModelDelete Method

Delete the object according to the current DeleteMode or according to server configuration

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
TModel Delete(
	Guid key
)

Parameters

key
Type: SystemGuid
The key of the object to delete

Return Value

Type: TModel
The key to delete
See Also