Firebird ADO.NET Provider SDK Documentation - v1.7

FbService Members

FbService overview

Public Instance Properties

ConnectionString Gets or sets the connection string.
QueryBufferSize Gets or sets the buffer size for service query calls.
State Gets the current state of the service.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Public Instance Events

ServiceOutputOccurs when the service returns output information.

Protected Instance Constructors

FbService Constructor Creates a new instance of the FbService class.

Protected Instance Properties

Database Gets the target database path.

Protected Instance Methods

Close Closes the connection to the Firebird Service Manager. This is the preferred method of closing any open connection.
Finalize (inherited from Object) 
GetNextLine Returns one line of output from a service task.
MemberwiseClone (inherited from Object) 
Open Opens a connection to the Firebird Services Manager.
ParseQueryInfo 
ProcessServiceOutput 
QueryService Retrieves information about a firebird service based on a given set of information items.
StartTask Starts the execution of a service task.

See Also

FbService Class | FirebirdSql.Data.Firebird.Services Namespace