The maximum size in rows for a query page in a result set. This value cannot be overridden by an individual query.


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

Syntax

Visual Basic (Declaration)
Property QueryPageMaxSize As Nullable(Of Integer)
C#
Nullable<int> QueryPageMaxSize { get; set; }
C++
property Nullable<int> QueryPageMaxSize abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_QueryPageMaxSize();

/** property */
public void set_QueryPageMaxSize(Nullable<intvalue);
JScript
public function get QueryPageMaxSize() : Nullable<int>

public function set QueryPageMaxSize(value : Nullable<int>);

Remarks

See Also