The properties of the ProvideAutoIncrementIdCommandEventArgs class are listed below. For a complete list of ProvideAutoIncrementIdCommandEventArgs class members, see the ProvideAutoIncrementIdCommandEventArgs Members topic.
AutoIncrementIdCmd | The command to retrieve the autoincrement ID, e.g. 'SELECT @@IDENTY AS PK' or 'SELECT SCOPE_IDENTITY() AS PK' |
Connection | Open connection to the database. Must be assigned to the generated command |
TableName | The table to provide the command for |
ProvideAutoIncrementIdCommandEventArgs Class | DVXP.DXTableEditor Namespace