This document is archived and information here might be outdated.  Recommended version.


IGDSQueryResultPortion.Records Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IGDSQueryResultPortion.Records Property

The records corresponding to the query result portion.

[Visual Basic .NET]
Public Property Records As IRecordSet
[C#]
public IRecordSet Records {get; set;}
[C++]
HRESULT get_Records(
  IRecordSet** recordSet
);
[C++]
HRESULT putref_Records(
  IRecordSet* recordSet
);
[C++]

Parameters recordSet [out, retval]
recordSet is a parameter of type IRecordSet recordSet [in]
recordSet is a parameter of type IRecordSet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGDSQueryResultPortion Interface

.NET Related Topics

GeoData services