DVXP TEdit.NET 3.0

TableEditor.ProvideUpdateCommands Event

Fired when the a update/insert/delete commands are needed for the current table

[Visual Basic]
Public Event ProvideUpdateCommands As ProvideUpdateCommandsEventHandler
[C#]
public event ProvideUpdateCommandsEventHandler ProvideUpdateCommands;

Event Data

The event handler receives an argument of type ProvideUpdateCommandsEventArgs containing data related to this event. The following ProvideUpdateCommandsEventArgs properties provide information specific to this event.

PropertyDescription
Connection Open connection to the database. Must be assigned to the generated command
DeleteCommand The Delete command
InsertCommand The Insert command
TableName The table to provide the command for
UpdateCommand The Update command

See Also

TableEditor Class | DVXP.DXTableEditor Namespace