Fired when the a select command is needed for the current table
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.
| Property | Description |
|---|---|
| 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 |
TableEditor Class | DVXP.DXTableEditor Namespace