|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IExternalSerializerGdb Interface > IExternalSerializerGdb.WriteRecordSet Method (ArcObjects .NET 10.4 SDK) | 
Writes feature recordset.
[Visual Basic .NET] Public Sub WriteRecordSet ( _ ByVal propname As String, _ ByVal pRecordset As IRecordSet, _ ByVal pGeomOpt As IGeometryResultOptions _ )
[C#] public void WriteRecordSet ( string propname, IRecordSet pRecordset, IGeometryResultOptions pGeomOpt );
[C++]
HRESULT WriteRecordSet(
  BSTR propname,
  IRecordSet* pRecordset,
  IGeometryResultOptions* pGeomOpt
);
[C++]
Parameters propname [in] propname is a parameter of type BSTR pRecordset [in]
pRecordset is a parameter of type IRecordSet pGeomOpt [in]
pGeomOpt is a parameter of type IGeometryResultOptions