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 1.0 API Reference » ULConnection class

ConnectionTimeout property Next Page

Database property


Returns the name of the database to which the connection opens.

Syntax

Visual Basic

NotOverridable Public Readonly Property Database As String _
Implements IDbConnection.Database

C#

public string Database {get;}

Property value

A string containing the name of the database.

Remarks

On Windows CE devices, ULConnection looks in the connection string in the following order: dbn, ce_file.

On desktop machines, ULConnection looks in the connection string in the following order: dbn, nt_file.

Implements

[external link] IDbConnection.Database