CodeCharge Studio All C#.NET VB.NET

IsUpdated Run-Time Property (.NET)

Applies to

EditableGrid Form

Syntax

C#.NET

public bool IsUpdated{get;}

VB.NET

Public ReadOnly Property IsUpdated() As Boolean

Description

This property indicates that the Update method of the Data Provider successfully performed database operation (insert, update or delete) for the item.

Examples

C#.NET

if(!item.IsUpdated) EditableGrid1Data.Update();

VB.NET

If Not item.IsUpdated Then EditableGrid1Data.Update()

See also

IsEmptyItem Property
IsNew Property
IsDeleted Property


On-line, printable versions and updates