xRecord.queryTimeout Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
queryTimeout() |
Gets and sets the property that indicates the time limit for the execution of a query. |
queryTimeout(Int32) | |
queryTimeout(Int32, Boolean) |
queryTimeout()
Gets and sets the property that indicates the time limit for the execution of a query.
public:
virtual int queryTimeout();
public virtual int queryTimeout ();
abstract member queryTimeout : unit -> int
override this.queryTimeout : unit -> int
Public Overridable Function queryTimeout () As Integer
Returns
The current value of the query time-out property.
Applies to
queryTimeout(Int32)
queryTimeout(Int32, Boolean)
public:
virtual int queryTimeout(int _seconds, bool _raiseException);
public virtual int queryTimeout (int _seconds, bool _raiseException);
abstract member queryTimeout : int * bool -> int
override this.queryTimeout : int * bool -> int
Public Overridable Function queryTimeout (_seconds As Integer, _raiseException As Boolean) As Integer
Parameters
- _seconds
- Int32
- _raiseException
- Boolean