AxpDataGrid

DbUpdateFieldItem Class

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

[Visual Basic]
Public Class DbUpdateFieldItem
[C#]
public class DbUpdateFieldItem

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Can be accessed using the following syntax:

if Not AxpDataGrid1.UpdateFields("SupplierId") Is Nothing Then
  AxpDataGrid1.UpdateFields("SupplierId").ColumnValue = "1"
End If

Requirements

Namespace: Axezz.WebControls

Assembly: AxpDBNet (in AxpDBNet.dll)

See Also

DbUpdateFieldItem Members | Axezz.WebControls Namespace