One of the SQL statements did not return an expected result. This field is read-only.


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

Syntax

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

See Also