Share via


QueryBuildDataSource.update Method

Definition

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.

Applies to

update(Boolean)

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

Parameters

_value
Boolean

Returns

Applies to