The referenced database column does not exist on specified table. This field is read-only.
Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly DB_COLUMN_DOES_NOT_EXIST As ExceptionCode |
C# |
---|
public static readonly ExceptionCode DB_COLUMN_DOES_NOT_EXIST; |
C++ |
---|
public: static const ExceptionCode DB_COLUMN_DOES_NOT_EXIST; |
J# |
---|
public static final ExceptionCode DB_COLUMN_DOES_NOT_EXIST |
JScript |
---|
public static const var DB_COLUMN_DOES_NOT_EXIST : ExceptionCode; |