Share via


LinkJoinType Enumeration

Specifies the link join type in the JoinType property of the TableLinks class.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration LinkJoinType
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration LinkJoinType : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
Equal Includes all the records where the linked field value in both tables is an exact match.
GreaterOrEqual Includes all records in which the linked field value in the primary table is greater than or equal to the linked field value in the lookup table.
GreaterThan Includes all records in which the linked field value in the primary table is greater than the linked field value in the lookup table.
LeftOuter Includes all the records in which the linked field value in both tables is an exact match and every record in the primary for which there is no match.
LessOrEqual Includes all records in which the linked field value in the primary table is less than or equal to the linked field value in the lookup table.
LessThan Includes all records in which the linked field value in the primary table is less than the linked field value in the lookup table.
NotEqual Includes all records in which the linked field value in the primary table is not equal to the linked field value in the lookup table.
RightOuter Includes all the records in which the linked field value in both tables is an exact match and every record in the lookup table for which there is no match.

Inheritance Hierarchy

Object
   ValueType
      Enum
         LinkJoinType

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace