DVXP TEdit.NET 3.0

ProvideAutoIncrementIdCommandEventArgs Properties

The properties of the ProvideAutoIncrementIdCommandEventArgs class are listed below. For a complete list of ProvideAutoIncrementIdCommandEventArgs class members, see the ProvideAutoIncrementIdCommandEventArgs Members topic.

Public Instance Properties

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

See Also

ProvideAutoIncrementIdCommandEventArgs Class | DVXP.DXTableEditor Namespace