A column's datatype is not supported in the context of the database operation.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly DB_COLUMN_DATATYPE_NOT_SUPPORTED As ExceptionCode
C#
public static readonly ExceptionCode DB_COLUMN_DATATYPE_NOT_SUPPORTED
Visual C++
public:
static initonly ExceptionCode^ DB_COLUMN_DATATYPE_NOT_SUPPORTED
JavaScript
FileNet.Api.Exception.ExceptionCode.dB_COLUMN_DATATYPE_NOT_SUPPORTED

ToggleSee Also