QuickObjects.ObjectBase Send comments on this topic.
JoinField Constructor(IField,IField,Boolean)
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinField Class > JoinField Constructor : JoinField Constructor(IField,IField,Boolean)
leftField
rightField
assignValue

JoinField

Sets the LeftField property with leftField parameter value and RightField property with rightField parameter value.

If the passed in value of assignValue parameter is true then the value of RightField is assigned to the LeftField.

Parameters:
Description
leftField
rightField
assignValue

Syntax

C# 
public JoinField( 
   IField leftField,
   IField rightField,
   bool assignValue
)

Parameters

leftField
rightField
assignValue

Requirements

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

See Also