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