Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULConnectionParms class

ULConnectionParms class Next Page

ULConnectionParms members


Public constructors
Member nameDescription

ULConnectionParms constructor

Initializes a ULConnectionParms instance with its default values.

Public properties
Member nameDescription

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.

Public methods
Member nameDescription

ToString method

Returns the string representation of this instance.

Public events
Member nameDescription

UnusedEvent event

Unused.

See also