Gets or Sets the Timeout of the Query

Namespace:  NHibernate.Engine
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property Timeout As Integer
C#
public int Timeout { get; set; }
Visual C++
public:
property int Timeout {
	int get ();
	void set (int value);
}
JavaScript
function get_timeout();
function set_timeout(value);

Field Value

The Query Timeout

Remarks

Defaults to NoValue unless specifically set.

See Also