ArcObjects Library Reference (GeoDatabase)  

IJSONConverterGdb.ReadRecordSet Method

Reads RecordSet object from IJSONReader.

[Visual Basic .NET]
Public Sub ReadRecordSet ( _
    ByVal pReader As IJSONReader, _
    ByVal pDefaultSchema As IFields, _
    ByVal pConversionProps As IPropertySet, _
    ByRef ppRecordset As IRecordSet, _
    ByRef ppOriginalToNewFieldMap As IPropertySet _
)
[C#]
public void ReadRecordSet (
    IJSONReader pReader,
    IFields pDefaultSchema,
    IPropertySet pConversionProps,
    ref IRecordSet ppRecordset,
    ref IPropertySet ppOriginalToNewFieldMap
);
[C++]
HRESULT ReadRecordSet(
  IJSONReader* pReader,
  IFields* pDefaultSchema,
  IPropertySet* pConversionProps,
  IRecordSet** ppRecordset,
  IPropertySet** ppOriginalToNewFieldMap
);
[C++]

Parameters

pReader [in]

  pReader is a parameter of type IJSONReader

pDefaultSchema [in]

  pDefaultSchema is a parameter of type IFields

pConversionProps [in]

  pConversionProps is a parameter of type IPropertySet

ppRecordset [out]

  ppRecordset is a parameter of type IRecordSet

ppOriginalToNewFieldMap [out]

  ppOriginalToNewFieldMap is a parameter of type IPropertySet

Product Availability

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

See Also

IJSONConverterGdb Interface