No FROM clause was specified in 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_PARSE_NO_FROM_CLAUSE As ExceptionCode |
C# |
---|
public static readonly ExceptionCode RETRIEVE_PARSE_NO_FROM_CLAUSE; |
C++ |
---|
public: static const ExceptionCode RETRIEVE_PARSE_NO_FROM_CLAUSE; |
J# |
---|
public static final ExceptionCode RETRIEVE_PARSE_NO_FROM_CLAUSE |
JScript |
---|
public static const var RETRIEVE_PARSE_NO_FROM_CLAUSE : ExceptionCode; |
See Also