A constant representing a JoinComparison instance of type GREATER_THAN. This specifies that the initial constituent of the join is greater than the other constituent. This field is read-only.


Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly GREATER_THAN As JoinComparison
C#
public static readonly JoinComparison GREATER_THAN;
C++
public:
 static const JoinComparison GREATER_THAN;
J#
public static final JoinComparison GREATER_THAN
JScript
public static const var GREATER_THAN : JoinComparison;

See Also