QueryBuildDataSource.update 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
update() |
Determines whether the records fetched by this data source can be updated. |
update(Boolean) |
update()
Determines whether the records fetched by this data source can be updated.
public:
virtual bool update();
public virtual bool update ();
abstract member update : unit -> bool
override this.update : unit -> bool
Public Overridable Function update () As Boolean
Returns
true if the records can be updated; otherwise, false.
Remarks
To update the records, start a separate transaction by using the ttsBegin and ttsCommit methods.