QuickObjects.ObjectBase Send comments on this topic.
LoadOriginalFromHashtable Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : LoadOriginalFromHashtable Method
originalValues

LoadOriginalFromHashtable

Loads all the field's original values with values from the Hashtable with matching column names into the OriginalFields collection.

Parameters:
Description
originalValues

Returns:
Type
System.Boolean

Syntax

C# 
public virtual bool LoadOriginalFromHashtable( 
   Hashtable originalValues
)

Parameters

originalValues

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also