ULConnectionParms members

Public constructors
Member name Description

ULConnectionParms constructor

Initializes a ULConnectionParms instance with its default values.

Public properties
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 Mobile.

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.

Public methods
Member name Description

ToString method

Returns the string representation of this instance.

Public events
Member name Description

UnusedEvent event

Unused.

See also