An unselected property in the ORDER BY clause can be only the id column. All properties in the ORDER BY clause must be in the select list, with the exception of an Id property. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly RETRIEVE_UNSELECT_ORDER_BY As ExceptionCode |
C# |
---|
public static readonly ExceptionCode RETRIEVE_UNSELECT_ORDER_BY; |
C++ |
---|
public: static const ExceptionCode RETRIEVE_UNSELECT_ORDER_BY; |
JScript |
---|
public static const var RETRIEVE_UNSELECT_ORDER_BY : ExceptionCode; |
See Also