ISqlDataPersistenceService
ISqlDataPersistenceService
in assembly SanteDB.Core.Api version 3.0.1980.0
Summary
Represents a data persistence service where arbitrary SQL can be run
Properties
Property
Type
Access
Description
InvariantName
String
R
Text that identifies the type of database system that is running
Operations
Operation
Response/Return
Input/Parameter
Description
ExecuteNonQuery
void
String sql
Executes the arbitrary SQL
Implementations
ADO.NET Persistence Service - (SanteDB.Persistence.Data)
A daemon service which registers the other persistence services
Service Registration
Example Implementation
References
Last updated