Gets or Sets the Timeout of the Query
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public int Timeout { get; set; } |
Visual Basic |
---|
Public Property Timeout As Integer Get Set |
Visual C++ |
---|
public: property int Timeout { int get (); void set (int value); } |
Field Value
The Query TimeoutRemarks
Defaults to NoValue unless specifically set.