This example show how stored procedures can be used to select and update data.
The following events are available for this:
ProvideSelectCommand
can be handled to provide the OleDbCommand that is used to read the data
ProvideUpdateCommands
can be handled to provide the OleDbCommands for handling inserts, deletes and
updates.
ProvideLookupCommand can be handled to provide
the OleDbCommand that is used to read the values for a lookup column.
Note that this sample also demonstrates how to manually create a master-detail
relation between table editors. The RowSelected and RowUnselected events from
the Master table editors are handled to update the parameters in the
related Detail editors.