Gets or sets a value indicating the maximum number of rows to return.
public int MaxQueryResults { get; set; }
Public MustOverride Property MaxQueryResults() As Integer
public:
virtual property int MaxQueryResults
{
int get() abstract;
void set(int value) abstract;
}
the maximum number of rows to retur
The following methods should be affected by MaxQueryResults, so that they return at most 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