QuickObjects.ObjectBase Send comments on this topic.
AssignFieldValues Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > Utilities Class : AssignFieldValues Method
leftField
rightField

AssignFieldValues

Takes the value of the leftField and assigns it to the rightField

Parameters:
Description
leftField
rightField

Returns:
Type
System.Boolean

Syntax

C# 
public static bool AssignFieldValues( 
   IField leftField,
   IField rightField
)

Parameters

leftField
rightField

Requirements

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

See Also