The indicated ORDER BY property must be in the select list. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly RETRIEVE_ORDER_BY_NOT_SELECTED As ExceptionCode |
C# |
---|
public static readonly ExceptionCode RETRIEVE_ORDER_BY_NOT_SELECTED; |
C++ |
---|
public: static const ExceptionCode RETRIEVE_ORDER_BY_NOT_SELECTED; |
J# |
---|
public static final ExceptionCode RETRIEVE_ORDER_BY_NOT_SELECTED |
JScript |
---|
public static const var RETRIEVE_ORDER_BY_NOT_SELECTED : ExceptionCode; |
See Also