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


IGDSQueryResultPortion.Records Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGDSQueryResultPortion Interface > IGDSQueryResultPortion.Records Property
ArcGIS Developer Help

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