C#
VB
C++
Gets or sets a value indicating the maximum number of rows to return.
public virtual int MaxQueryResults { get; set; }
Public Overridable Property MaxQueryResults() As Integer
Get
Set
public:
virtual property int MaxQueryResults
{
int get()
void set(int value)
}
the maximum number of rows to return.
The following methods are all affected by MaxQueryResults:
If MaxQueryResults is set to 0
, then the number of rows to return is not limited.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET