A null row cannot be joined to ContentSearch. For example, "select ... from ContentSearch left outer join Document ... " is not allowed, because the Document table row may be null when CoentSearch is not null. This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly RETRIEVE_NULL_CONTENTSEARCH_JOIN As ExceptionCode
C#
public static readonly ExceptionCode RETRIEVE_NULL_CONTENTSEARCH_JOIN;
C++
public:
 static const ExceptionCode RETRIEVE_NULL_CONTENTSEARCH_JOIN;
J#
public static final ExceptionCode RETRIEVE_NULL_CONTENTSEARCH_JOIN
JScript
public static const var RETRIEVE_NULL_CONTENTSEARCH_JOIN : ExceptionCode;

See Also