Firebird ADO.NET Provider SDK Documentation - v1.7

FbConfiguration.SetSweepInterval Method 

Sets the number of transactions between database sweeps.

[Visual Basic]
Public Sub SetSweepInterval( _
   ByVal sweepInterval As Integer _
)
[C#]
public void SetSweepInterval(
   int sweepInterval
);

Parameters

sweepInterval
Sweep interval. To turn off database sweeps, set the sweep interval to 0.

See Also

FbConfiguration Class | FirebirdSql.Data.Firebird.Services Namespace