Click or drag to resize

ConnectionString Properties

The ConnectionString type exposes the following members.

Properties
 NameDescription
Public propertyAutoRebuild "auto-rebuild": If last close database exception result a invalid data state, rebuild datafile on next open (default: false)
Public propertyCollation "collation": Set default collaction when database creation (default: "[CurrentCulture]/IgnoreCase")
Public propertyConnection "connection": Return how engine will be open (default: Direct)
Public propertyFilename "filename": Full path or relative path from DLL directory
Public propertyInitialSize "initial size": If database is new, initialize with allocated space - support KB, MB, GB (default: 0)
Public propertyItem Get value from parsed connection string. Returns null if not found
Public propertyPassword "password": Database password used to encrypt/decypted data pages
Public propertyReadOnly "readonly": Open datafile in readonly mode (default: false)
Public propertyUpgrade "upgrade": Check if data file is an old version and convert before open (default: false)
Top
See Also