Share via


xRecord.queryTimedOut Method

Definition

Indicates whether the query exceeded the time limit for execution.

public:
 virtual bool queryTimedOut();
public virtual bool queryTimedOut ();
abstract member queryTimedOut : unit -> bool
override this.queryTimedOut : unit -> bool
Public Overridable Function queryTimedOut () As Boolean

Returns

true if the query exceeded the time limit for execution; otherwise, false.

Applies to