Firebird ADO.NET Provider SDK Documentation - v1.7

FbConfiguration.DatabaseShutdown Method 

[Visual Basic]
Public Sub DatabaseShutdown( _
   ByVal mode As FbShutdownMode, _
   ByVal seconds As Integer _
)
[C#]
public void DatabaseShutdown(
   FbShutdownMode mode,
   int seconds
);

See Also

FbConfiguration Class | FirebirdSql.Data.Firebird.Services Namespace