EntityConnection::ConnectionTimeout Property

 

Gets the number of seconds to wait when attempting to establish a connection before ending the attempt and generating an error.

Namespace:   System.Data.EntityClient
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property int ConnectionTimeout {
	virtual int get() override;
}

Property Value

Type: System::Int32

The time (in seconds) to wait for a connection to open. The default value is the underlying data provider's default time-out.

Exception Condition
ArgumentException

The value set is less than 0.

Returns zero if the underlying data provider is not known.

.NET Framework
Available since 3.5
Return to top
Show: