Click or drag to resize

IAdoPersistenceProvider Interface

non-generic version of ADO persistence provider

Namespace: SanteDB.Persistence.Data.Services.Persistence
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public interface IAdoPersistenceProvider

The IAdoPersistenceProvider type exposes the following members.

Properties
 NameDescription
Public propertyDbType Gets the database type
Public propertyModelType Gets the model type
Public propertyProvider Get the provider that this instance of the provider uses
Top
Methods
 NameDescription
Public methodDelete Do an obsolete of the model
Public methodExists True if the object exists in the database
Public methodInsert Insert the specified object into the database
Public methodTouch Touch the specified object (creates a new version or updates the modified time)
Public methodUpdate Update the specified object in the database context
Top
See Also