Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.ConnectionTimeout Property

Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.

[Visual Basic]
Public Property ConnectionTimeout As Integer
[C#]
public int ConnectionTimeout {get; set;}

Property Value

The time (in seconds) to wait for a connection to open. The default value is 0 seconds.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace