Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
FbService.State Property
Gets the current state of the service.
Property Value
A bitwise combination of the FbServiceState values. The default is Closed.
Remarks
The allowed state changes are:
-
From Closed to Open, using the Open method of the service object.
-
From Open to Closed, using either the Close method or the Dispose method of the service object.
See Also
FbService Class | FirebirdSql.Data.Firebird.Services Namespace