suite4.net.FormDatabase Documentation

LoaderControl.Save Method 

Writes the MemberForm values back to the data source (business object).

[Visual Basic]
Public Sub Save( _
   ByVal dataSource As Object _
)
[C#]
public void Save(
   object dataSource
);

Parameters

dataSource
The data source object the data is to be written to.

Exceptions

Exception Type Condition
DataSourceException The LoaderControl failed to write the MemberForm values back to the data source (business object).

See Also

LoaderControl Class | suite4.net.FormDatabase Namespace