GeoData Service GetMaxRecordCount method

Returns the maximum number of records to be returned by a search.

 

GetMaxRecordCount()

 

Return Value

 

An integer.

 

Remarks

 

Returns the maximum number of records that can be returned in a call to TableSearch() or GetNextResultPortion().  This value is set by the server administrator.  An application should not request a query chunk larger than this size, or a failure will occur.

 

Examples

C#

VB.NET

Java