The setFromClauseInitialValue method must be called prior to using this method for additional joins. This field is read-only.


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

Syntax

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

See Also