Member name | Description |
---|---|
ULConnectionParms constructor |
Initializes a ULConnectionParms instance with its default values. |
Member name | Description |
---|---|
AdditionalParms property |
Specifies additional parameters as a semicolon-separated list of name=value pairs. These are less commonly used parameters. |
CacheSize property |
Specifies the size of the cache. |
ConnectionName property |
Specifies a name for the connection. This is only needed if you create more than one connection to the database. |
DatabaseOnCE property |
Specifies the path and file name of the UltraLite database on Windows CE. |
DatabaseOnDesktop property |
Specifies the path and file name of the UltraLite database on Windows desktop platforms. |
EncryptionKey property |
Specifies a key for encrypting the database. |
Password property |
Specifies the password for the authenticated user. |
UserID property |
Specifies an authenticated user for the database. |
Member name | Description |
---|---|
ToString method |
Returns the string representation of this instance. |
Member name | Description |
---|---|
UnusedEvent event |
Unused. |