ISQLiteConnectionProvider Interface |
The interface for an object that can create an SQLite connection.
Namespace: VirtualRadar.Interface.SQLiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface ISQLiteConnectionProvider
Public Interface ISQLiteConnectionProvider
public interface class ISQLiteConnectionProvider
type ISQLiteConnectionProvider = interface end
The ISQLiteConnectionProvider type exposes the following members.
Methods
| Name | Description |
---|
| Create |
Creates a connection.
|
TopSee Also