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

Join

Default constructor for Join class. All properies must be set manully for the Join to be functional.

Overload List

OverloadDescription
Join Constructor()Join

Default constructor for Join class. All properies must be set manully for the Join to be functional.  

Join Constructor(String,IField,IField,IBusinessObject,JoinTypes,RelationshipTypes)Join

Default constructor for Join class. All properies must be set manully for the Join to be functional.

Parameters:
Description
nameUsed to set the Name property
leftFieldUsed along with the rightField to create a JoinField instance which will then be added into the JoinedFields collection
rightFieldUsed along with the leftField to create a JoinField instance which will then be added into the JoinedFields collection
joinObjectUsed to set the JoinedObject property.
joinTypeUsed to set the JoinType property.
relationUsed to set the RelationshipType property.
 

Join Constructor(String,IField[],IField[],IBusinessObject,JoinTypes,RelationshipTypes)Join

Default constructor for Join class. All properies must be set manully for the Join to be functional.

Parameters:
Description
nameWill be used to set the Name property
leftFieldsWill be used along with the rightFields to create a JoinField instance which will then be added into the JoinedFields collection
rightFields Will be used along with the leftFields to create a JoinField instance which will then be added into the JoinedFields collection
joinObjectWill be used to set the JoinedObject property.
joinTypeWill be used to set the JoinType property.
relationWill be used to set the RelationshipType property.
 

Join Constructor(String,JoinFieldCollection,IBusinessObject,JoinTypes,RelationshipTypes)Join

Default constructor for Join class. All properies must be set manully for the Join to be functional.

Parameters:
Description
nameWill be used to set the Name property
joinFieldsWill be used to set the JoinedFields collection
joinObjectWill be used to set the JoinedObject property.
joinTypeWill be used to set the JoinType property.
relationWill be used to set the RelationshipType property.
 

Requirements

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

See Also