Accountsfill Method

Populates instantiated Account object from database

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
protected Accounts fill(
	DataRow dr
)

Parameters

dr  DataRow
Datarow to parse

Return Value

Accounts
Populated Account object

See Also