QuickObjects.ObjectBase Send comments on this topic.
JoinField Class Members
See Also  Properties  Methods 
Akal.QuickObjects.ObjectBase Namespace : JoinField Class


The following tables list the members exposed by JoinField.

Public Constructors

 NameDescription
Public ConstructorJoinField ConstructorOverloaded. JoinField

Default constructor has no functionality.  

Top

Public Properties

 NameDescription
Public PropertyLeftFieldLeftField

Holds the IField that is used in the join on the left side.  

Public PropertyOperatorOperator

Holds the value that is used as the operator between the LeftField and RightField.  

Public PropertyRightFieldRightField

Holds the IField that is used in the join on the right side.  

Top

Public Methods

 NameDescription
Public MethodGetJoinFieldsGetJoinFields

Returns an expression showing the LeftField and the Operator with the RightField.

Parameters:
Description
DatabaseTypes
 

Top

See Also