DVXP TEdit.NET 3.0

ProvideAutoIncrementIdCommandEventArgs.AutoIncrementIdCmd Property

The command to retrieve the autoincrement ID, e.g. 'SELECT @@IDENTY AS PK' or 'SELECT SCOPE_IDENTITY() AS PK'

[Visual Basic]
Public Property AutoIncrementIdCmd As OleDbCommand
[C#]
public System.Data.OleDb.OleDbCommand AutoIncrementIdCmd {get; set;}

See Also

ProvideAutoIncrementIdCommandEventArgs Class | DVXP.DXTableEditor Namespace