AxpDataGrid

DbUpdateFieldsCollection Class

The collection of DBUpdateFieldItems available in the database Before/After Insert, Update, Delete events.

For a list of all members of this type, see DbUpdateFieldsCollection Members.

System.Object
   System.Collections.CollectionBase
      Axezz.WebControls.DbUpdateFieldsCollection

[Visual Basic]
Public Class DbUpdateFieldsCollection
    Inherits CollectionBase
[C#]
public class DbUpdateFieldsCollection : CollectionBase

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

Access it using AxpDataGrid.UpdateFields in a database update event delegate/handler.

Requirements

Namespace: Axezz.WebControls

Assembly: AxpDBNet (in AxpDBNet.dll)

See Also

DbUpdateFieldsCollection Members | Axezz.WebControls Namespace