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

IsCaseSensitive property Next Page

IsOpen property


Whether the database schema is open.

Syntax

Visual Basic

Public Readonly Property IsOpen As Boolean

C#

public bool IsOpen {get;}

Property value

True if this database schema is currently open, false if this database schema is currently closed.

Remarks

A ULDatabaseSchema object is open only if the connection it is attached to is open.