Available in the database Before/After Insert, Update, Delete events and contains the table column values about to be posted to the database.
For a list of all members of this type, see DbUpdateFieldItem Members.
System.Object
Axezz.WebControls.DbUpdateFieldItem
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Can be accessed using the following syntax:
if Not AxpDataGrid1.UpdateFields("SupplierId") Is Nothing Then
AxpDataGrid1.UpdateFields("SupplierId").ColumnValue = "1"
End If
Namespace: Axezz.WebControls
Assembly: AxpDBNet (in AxpDBNet.dll)
DbUpdateFieldItem Members | Axezz.WebControls Namespace