The maximum size in rows of a non-paged query 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 NonPagedQueryMaxSize As Nullable(Of Integer)
C#
Nullable<int> NonPagedQueryMaxSize { get; set; }
C++
property Nullable<int> NonPagedQueryMaxSize abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_NonPagedQueryMaxSize();

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

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

Remarks

See Also