Click or drag to resize

UpstreamRepositoryServiceBaseTModel, TWireFormat, TCollectionDelete Method

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

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public virtual TModel Delete(
	Guid key
)

Parameters

key  Guid
The key of the object to delete

Return Value

TModel
The key to delete

Implements

IRepositoryServiceTModelDelete(Guid)
See Also