UL Ext.: Specifies the Database ID value to be used for global autoincrement columns.
Visual Basic Public Property DatabaseID As Long
C# public long DatabaseID { get; set; }
The Database ID value of the current database.
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |