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.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly GREATER_THAN_EQUAL_TO As JoinComparison
C#
public static readonly JoinComparison GREATER_THAN_EQUAL_TO
Visual C++
public:
static initonly JoinComparison^ GREATER_THAN_EQUAL_TO
JavaScript
FileNet.Api.Constants.JoinComparison.greateR_THAN_EQUAL_TO

ToggleSee Also