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 ContentSearch is not null.
Namespace:
FileNet.Api.Exception
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Shared ReadOnly RETRIEVE_NULL_CONTENTSEARCH_JOIN As ExceptionCode |
C# |
---|
public static readonly ExceptionCode RETRIEVE_NULL_CONTENTSEARCH_JOIN |
Visual C++ |
---|
public:
static initonly ExceptionCode^ RETRIEVE_NULL_CONTENTSEARCH_JOIN |
JavaScript |
---|
FileNet.Api.Exception.ExceptionCode.retrievE_NULL_CONTENTSEARCH_JOIN |