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

Database property Next Page

DatabaseID property


UL Ext.: Specifies the Database ID value to be used for global autoincrement columns.

Syntax

Visual Basic

Public Property DatabaseID As Long

C#

public long DatabaseID {get;set;}

Property value

The Database ID value of the current database.

Remarks

The database ID value must be in the range [0,System.UInt32.MaxValue]. A value of ULConnection.INVALID_DATABASE_ID is used to indicate that the database ID has not been set for the current database.

Exceptions
See also