Join
Default constructor for Join class. All properies must be set manully for the Join to be functional.
Overload List
| Overload | Description |
| 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 | |
| name | Used to set the Name property |
| leftField | Used along with the rightField to create a JoinField instance which will then be added into the JoinedFields collection |
| rightField | Used along with the leftField to create a JoinField instance which will then be added into the JoinedFields collection |
| joinObject | Used to set the JoinedObject property. |
| joinType | Used to set the JoinType property. |
| relation | Used 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 | |
| name | Will be used to set the Name property |
| leftFields | Will 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 |
| joinObject | Will be used to set the JoinedObject property. |
| joinType | Will be used to set the JoinType property. |
| relation | Will 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 | |
| name | Will be used to set the Name property |
| joinFields | Will be used to set the JoinedFields collection |
| joinObject | Will be used to set the JoinedObject property. |
| joinType | Will be used to set the JoinType property. |
| relation | Will be used to set the RelationshipType property. |
|
Requirements
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0
See Also