Connection |
The ConnectionString type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoRebuild | "auto-rebuild": If last close database exception result a invalid data state, rebuild datafile on next open (default: false) | |
| Collation | "collation": Set default collaction when database creation (default: "[CurrentCulture]/IgnoreCase") | |
| Connection | "connection": Return how engine will be open (default: Direct) | |
| Filename | "filename": Full path or relative path from DLL directory | |
| InitialSize | "initial size": If database is new, initialize with allocated space - support KB, MB, GB (default: 0) | |
| Item | Get value from parsed connection string. Returns null if not found | |
| Password | "password": Database password used to encrypt/decypted data pages | |
| ReadOnly | "readonly": Open datafile in readonly mode (default: false) | |
| Upgrade | "upgrade": Check if data file is an old version and convert before open (default: false) |