DVXP TEdit.NET 3.0

TableEditor.ProvideSelectCommand Event

Fired when the a select command is needed for the current table

[Visual Basic]
Public Event ProvideSelectCommand As ProvideSelectCommandEventHandler
[C#]
public event ProvideSelectCommandEventHandler ProvideSelectCommand;

Event Data

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

PropertyDescription
Connection Open connection to the database. Must be assigned to the generated command
PKColumnNames Primary key column names of the table (needed for stored procs and tables that don't return PK metadata themselves)
SelectCommand The Select command
TableName The table to provide the command for

See Also

TableEditor Class | DVXP.DXTableEditor Namespace