Firebird ADO.NET Provider SDK Documentation - v1.7

FbService.State Property

Gets the current state of the service.

[Visual Basic]
Public ReadOnly Property State As FbServiceState
[C#]
public FbServiceState State {get;}

Property Value

A bitwise combination of the FbServiceState values. The default is Closed.

Remarks

The allowed state changes are:

See Also

FbService Class | FirebirdSql.Data.Firebird.Services Namespace