Click or drag to resize

ISqlDataPersistenceService Interface

Represents a data persistence service where arbitrary SQL can be run

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface ISqlDataPersistenceService : IServiceImplementation

The ISqlDataPersistenceService type exposes the following members.

Properties
  NameDescription
Public propertyInvariantName
Text that identifies the type of database system that is running
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodExecuteNonQuery
Executes the arbitrary SQL
Top
See Also