The RecordInsertEventArgs class encapsulates the arguments passed to the BeforeRecordInsert and AfterRecordInsert event handlers
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| RecordInsertEventArgs()()() | Initializes a new instance of the RecordInsertEventArgs class | |
| Database |
Data access object
| |
| Identity |
Value assigned by database to primary key. AfterRecordInsert event only.
| |
| Message |
Message to display to user.
| |
| Record |
Values that are about to be or have been added to the database. Values are keyed on column name.
|