The select Distinct operation cannot be used if the selected property is not defined in all object stores of within the scope of the query. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly RETRIEVE_BAD_MULTI_SELECT_DISTINCT As ExceptionCode |
C# |
---|
public static readonly ExceptionCode RETRIEVE_BAD_MULTI_SELECT_DISTINCT; |
C++ |
---|
public: static const ExceptionCode RETRIEVE_BAD_MULTI_SELECT_DISTINCT; |
J# |
---|
public static final ExceptionCode RETRIEVE_BAD_MULTI_SELECT_DISTINCT |
JScript |
---|
public static const var RETRIEVE_BAD_MULTI_SELECT_DISTINCT : ExceptionCode; |
See Also