Connection |
public class ConnectionString
The ConnectionString type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectionString | Initialize empty connection string | |
| ConnectionString(String) | Initialize connection string parsing string in "key1=value1;key2=value2;...." format or only "filename" as default (when no ; char found) |
| 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) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |