AxpDataGrid

AxpDataGrid.UpdateFields Field

Data values about to be posted to the database. These are fields as they arrive from the posted Form.

[Visual Basic]
Public UpdateFields As DbUpdateFieldsCollection
[C#]
public DbUpdateFieldsCollection UpdateFields;

Remarks

Values can be altered in the events BeforeUpdateRecord and BeforeInsertRecord

See Also

AxpDataGrid Class | Axezz.WebControls Namespace