Click or drag to resize
ISQLiteConnectionProvider Interface
The interface for an object that can create an SQLite connection.

Namespace: VirtualRadar.Interface.SQLite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ISQLiteConnectionProvider

The ISQLiteConnectionProvider type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a connection.
Top
See Also