QuickObjects.ObjectBase Send comments on this topic.
JoinField Constructor
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinField Class : JoinField Constructor

JoinField

Default constructor has no functionality.

Overload List

OverloadDescription
JoinField Constructor()JoinField

Default constructor has no functionality.  

JoinField Constructor(IField,IField)JoinField

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

Parameters:
Description
leftField
rightField
 

JoinField Constructor(IField,IField,Boolean)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
 

Requirements

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

See Also