Firebird ADO.NET Provider SDK Documentation - v1.7

FbConfiguration Members

FbConfiguration overview

Public Instance Constructors

FbConfiguration Constructor Initializes a new instance of the FbConfiguration class.

Public Instance Properties

ConnectionString (inherited from FbService) Gets or sets the connection string.
QueryBufferSize (inherited from FbService) Gets or sets the buffer size for service query calls.
State (inherited from FbService) Gets the current state of the service.

Public Instance Methods

ActivateShadows Activates a shadow file for database use.
DatabaseOnline Bring a database back online.
DatabaseShutdown 
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
SetAccessMode Set the access mode of the database.
SetForcedWrites Sets the write mode for the database.
SetPageBuffers Sets the number of database page buffers.
SetReserveSpace Configure the database to fill data pages when inserting new records, or reserve 20% of each page for later record deltas;
SetSqlDialect Sets the SQL dialect of the Firebird Database.
SetSweepInterval Sets the number of transactions between database sweeps.
ToString (inherited from Object) 

Public Instance Events

ServiceOutput (inherited from FbService)Occurs when the service returns output information.

See Also

FbConfiguration Class | FirebirdSql.Data.Firebird.Services Namespace