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. This field is read-only.


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;
C++
public:
 static const JoinComparison LESS_THAN_EQUAL_TO;
J#
public static final JoinComparison LESS_THAN_EQUAL_TO
JScript
public static const var LESS_THAN_EQUAL_TO : JoinComparison;

See Also