A constant representing a JoinComparison instance of type GREATER_THAN_EQUAL_TO. This specifies that the initial constituent of the join is greater than or equal to 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_EQUAL_TO As JoinComparison
C#
public static readonly JoinComparison GREATER_THAN_EQUAL_TO;
C++
public:
 static const JoinComparison GREATER_THAN_EQUAL_TO;
J#
public static final JoinComparison GREATER_THAN_EQUAL_TO
JScript
public static const var GREATER_THAN_EQUAL_TO : JoinComparison;

See Also