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

Schema property Next Page

State property


Returns the current state of the connection.

Syntax

Visual Basic

NotOverridable Public Readonly Property State As ConnectionState _
Implements IDbConnection.State

C#

public ConnectionState State {get;}

Property value

System.Data.ConnectionState.Open if the connection is open, System.Data.ConnectionState.Closed if the connection is closed.

Implements

[external link] IDbConnection.State

See also