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 » ULDatabaseSchema class

ULDatabaseSchema class Next Page

ULDatabaseSchema members


Public properties
Member nameDescription

CollationName property

The name of the database's collation sequence.

IsCaseSensitive property

Checks whether the database is case sensitive.

IsOpen property

Whether the database schema is open.

PublicationCount property

The number of publications in the database.

TableCount property

The number of tables in the database.

Public methods
Member nameDescription

GetDatabaseProperty method

Returns the value of the specified database property.

GetPublicationName method

Returns the name of the publication identified by the specified publication ID. Publication IDs are not publication masks.

GetPublicationSchema method

Returns the publication schema corresponding to the named publication.

GetTableCountInPublications method

Returns the number of tables included in the specified publication mask.

GetTableName method

Returns the name of the table identified by the specified table ID.

SetDatabaseOption method

Sets the value for the specified database option.

See also