A constant representing a JoinComparison instance of type
LESS_THAN_EQUAL_TO. This specifies that the initial constituent
of the join is less than or equal to the other constituent.
Namespace:
FileNet.Api.Constants
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly LESS_THAN_EQUAL_TO As JoinComparison |
| C# |
|---|
public static readonly JoinComparison LESS_THAN_EQUAL_TO |
| Visual C++ |
|---|
public: static initonly JoinComparison^ LESS_THAN_EQUAL_TO |
| JavaScript |
|---|
FileNet.Api.Constants.JoinComparison.lesS_THAN_EQUAL_TO |