Specifies the operation to use when comparing the constituents of a SQL join operation (the constituents of the ON clause in a SQL statement).

This class is used by SearchSQL.SetFromClauseAdditionalJoin to construct a join.


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

Syntax

Visual Basic (Declaration)
<SerializableAttribute>
Public Class JoinComparison
    Implements ISerializable
C#
[SerializableAttribute]
public class JoinComparison : ISerializable
C++
[SerializableAttribute]
ref class JoinComparison : ISerializable
J#
/** @attribute SerializableAttribute() */
public class JoinComparison implements ISerializable
JScript
public 
   SerializableAttribute
class JoinComparison extends ISerializable

Inheritance Hierarchy

System.Object
   FileNet.Api.Constants.JoinComparison

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also