ConnectionTimeout
This property indicates the minimum amount of time that the Open method can take to obtain a pooled connection before the request is terminated.
                  
Declaration
// C#
public override int ConnectionTimeout {get;}Property Value
The minimum time allowed for a pooled connection request, in seconds.
Implements
IDbConnection 
                  
Remarks
This property indicates the connection timeout that has been set using the ConnectionString attribute Connection TimeOut.
                  
This property is read-only.
Remarks (.NET Stored Procedure)