suite4.net.FormDatabase Documentation

LoaderForm.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 LoaderForm failed to write the MemberForm values back to the data source (business object).

See Also

LoaderForm Class | suite4.net.FormDatabase Namespace