Share via


FormDataSource.write Method

Definition

Calls the FormDataSource.validateWrite method and manages the database write operation.

public:
 override void write();
public override void write ();
override this.write : unit -> unit
Public Overrides Sub write ()

Remarks

This method is invoked when a user inserts a new record or updates an existing one. The refreshEx method can be overridden on a form data source. Right-click the Methods node under the data source, point to Override Method, and then click refreshEx.

Applies to