This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGDSQueryResultPortion Interface > IGDSQueryResultPortion.Records Property (ArcObjects .NET 10.4 SDK) |
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