Share via


Query.saved Method

Definition

Indicates whether the query has been saved to disk.

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

Returns

true if the query has been saved to disk; otherwise, false.

Applies to