Click or drag to resize

SQLitePersistenceServiceBaseTDataInserting Event

Occurs when inserting.

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public event EventHandler<DataPersistingEventArgs<TData>> Inserting

Value

Type: SystemEventHandlerDataPersistingEventArgsTData

Implements

IDataPersistenceServiceTDataInserting
See Also