The property cannot be selected using Distinct. The property is indicated. This field is read-only.


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

Syntax

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

See Also