This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSetInit Interface > IRecordSetInit.MaxRecordCount Property (ArcObjects .NET 10.5 SDK) |
The maximum number of records for the recordset.
[Visual Basic .NET] Public Property MaxRecordCount As Integer
[C#] public int MaxRecordCount {get; set;}
[C++]
HRESULT get_MaxRecordCount(
long* MaxRecordCount
);
[C++]
HRESULT put_MaxRecordCount(
long MaxRecordCount
);
[C++]
Parameters MaxRecordCount [out, retval] MaxRecordCount is a parameter of type long MaxRecordCount [in] MaxRecordCount is a parameter of type long
When using a recordset class, the MaxRecordCount property is used to return the maximum number of records for the recordset.