AdoDotNetConnectionSupport.ConnectionTimeout Property

Definition

Gets or sets the amount of time, in seconds, to wait to establish a connection before terminating the attempt and generating a time-out error.

public:
 virtual property int ConnectionTimeout { int get(); void set(int value); };
public override int ConnectionTimeout { get; set; }
member this.ConnectionTimeout : int with get, set
Public Overrides Property ConnectionTimeout As Integer

Property Value

An integer representation of the allowable time-out period, in seconds.

Exceptions

The provider does not support connection time-out.

Applies to