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.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly GREATER_THAN As JoinComparison |
C# |
---|
public static readonly JoinComparison GREATER_THAN |
Visual C++ |
---|
public: static initonly JoinComparison^ GREATER_THAN |
JavaScript |
---|
FileNet.Api.Constants.JoinComparison.greateR_THAN |