Click or drag to resize

DataPersistenceControlContextCreate(DeleteMode) Method

Sets the current deletion mode for all persistence requests on this thread (or until a wrapped context is done)

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public static DataPersistenceControlContext Create(
	DeleteMode deleteMode
)

Parameters

deleteMode  DeleteMode
The mode of deletion

Return Value

DataPersistenceControlContext

[Missing <returns> documentation for "M:SanteDB.Core.Services.DataPersistenceControlContext.Create(SanteDB.Core.Services.DeleteMode)"]

See Also