GeoData Service GetMaxRecordCount method

Gets the maximum number of records that can be returned by a search.

 

GetMaxRecordCount()

 

Return Value

 

An integer value.

 

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