Each property corresponds to a specific column in a database table. For a string-valued property, the length of the underlying table column is determined by the maximum string length that has been specified for the property. The string length of the property value for which you are searching exceeds the maximum string length of the property.

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

ToggleSyntax

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

ToggleSee Also