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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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