CodeCharge Studio All C#.NET VB.NET

Update Method (.NET)

Applies to

EditableGrid Form

Syntax

C#.NET

public void Update(ArrayList Items)

VB.NET

Public Sub Update(ByVal Items As ArrayList)

Description

Performs update operations for each item in the items array.

For each item in ArrayList the state will be checked (IsNew, IsDeleted and so on) and corresponding DB operation will be performed.


On-line, printable versions and updates