AxpDataGrid

UpdateRecordEventArgs.PrimaryKeyValues Property

Primary key values available in the AfterInsertRecord event handler/delegate

[Visual Basic]
Public Property PrimaryKeyValues As String
[C#]
public string PrimaryKeyValues {get; set;}

Remarks

The Primary Key(s) of a newly inserted record is available in UpdateRecordEventArgs.PrimaryKeyValues and will contain a comma separated list if a combined primary key is in use.

See Also

UpdateRecordEventArgs Class | Axezz.WebControls Namespace