CodeCharge Studio All C#.NET VB.NET

FillItem Method (.NET)

Applies to

Record Form

Syntax

C#.NET

public void FillItem(<control name>Item item, ref bool IsInsertMode)

VB.NET

Public Sub FillItem(item As <control name>, ByRef IsInsertMode As Boolean)

Description

Fills the specified item with database data. If database request returns no rows, IsInsertMode parameter will be set to true.


On-line, printable versions and updates