Click or drag to resize
ISQLiteConnectionStringBuilder Interface
The interface that wrappers around a provider's SQLiteConnectionStringBuilder must implement.

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

The ISQLiteConnectionStringBuilder type exposes the following members.

Properties
  NameDescription
Public propertyBinaryGUID
See SQLite docs.
Public propertyCacheSize
See SQLite docs.
Public propertyConnectionString
See SQLite docs.
Public propertyDataSource
See SQLite docs.
Public propertyDateTimeFormat
See SQLite docs.
Public propertyDefaultIsolationLevel
See SQLite docs.
Public propertyDefaultTimeout
See SQLite docs.
Public propertyEnlist
See SQLite docs.
Public propertyFailIfMissing
See SQLite docs.
Public propertyForeignKeys
See SQLite docs.
Public propertyJournalMode
See SQLite docs.
Public propertyLegacyFormat
See SQLite docs.
Public propertyMaxPageCount
See SQLite docs.
Public propertyPageSize
See SQLite docs.
Public propertyPassword
See SQLite docs.
Public propertyPooling
See SQLite docs.
Public propertyReadOnly
See SQLite docs.
Public propertySyncMode
See SQLite docs.
Public propertyUri
See SQLite docs.
Public propertyUseUTF16Encoding
See SQLite docs.
Public propertyVersion
See SQLite docs.
Top
Methods
  NameDescription
Public methodInitialise
Constructs the object.
Public methodInitialise(String)
Constructs the object.
Public methodTryGetValue
See SQLite docs.
Top
See Also