The setting specified is before the start of the result set. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly JDBC_BEFORE_START_OF_RESULTSET_ERROR As ExceptionCode |
C# |
---|
public static readonly ExceptionCode JDBC_BEFORE_START_OF_RESULTSET_ERROR; |
C++ |
---|
public: static const ExceptionCode JDBC_BEFORE_START_OF_RESULTSET_ERROR; |
J# |
---|
public static final ExceptionCode JDBC_BEFORE_START_OF_RESULTSET_ERROR |
JScript |
---|
public static const var JDBC_BEFORE_START_OF_RESULTSET_ERROR : ExceptionCode; |
See Also