The 'Distinct' operator is not supported in merged scope queries. This field is read-only.


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

Syntax

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

See Also