Query.userUpdate 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
userUpdate() |
Gets or sets a value that indicates whether the query can update the records that it fetches. |
userUpdate(Boolean) |
userUpdate()
Gets or sets a value that indicates whether the query can update the records that it fetches.
public:
virtual bool userUpdate();
public virtual bool userUpdate ();
abstract member userUpdate : unit -> bool
override this.userUpdate : unit -> bool
Public Overridable Function userUpdate () As Boolean
Returns
true if the query can currently update records that it fetches; otherwise false.
Applies to
userUpdate(Boolean)
public:
virtual bool userUpdate(bool _value);
public virtual bool userUpdate (bool _value);
abstract member userUpdate : bool -> bool
override this.userUpdate : bool -> bool
Public Overridable Function userUpdate (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
A Boolean value that indicates whether the query can update the records that it fetches; optional.