This document is archived and information here might be outdated. Recommended version. |
Writes RecordSet to IJSONWriter. Writes closing bracked if bWriteEndOfObj is VARIANT_TRUE. Set bWriteEndOfObj to VARIANT_FALSE if you want to append additional JSON before closing object.
[Visual Basic .NET] Public Sub WriteRecordSet ( _ ByVal pWriter As IJSONWriter, _ ByVal pGeomConv As IJSONConverterGeometry, _ ByVal pProps As IPropertySet, _ ByVal propname As String, _ ByVal pRecordset As IRecordSet, _ ByVal pGeomOpt As IGeometryResultOptions, _ ByVal bWriteEndOfObj As Boolean _ )
[C#] public void WriteRecordSet ( IJSONWriter pWriter, IJSONConverterGeometry pGeomConv, IPropertySet pProps, string propname, IRecordSet pRecordset, IGeometryResultOptions pGeomOpt, bool bWriteEndOfObj );
[C++]
HRESULT WriteRecordSet(
IJSONWriter* pWriter,
IJSONConverterGeometry* pGeomConv,
IPropertySet* pProps,
BSTR propname,
IRecordSet* pRecordset,
IGeometryResultOptions* pGeomOpt,
VARIANT_BOOL bWriteEndOfObj
);
[C++] Parameters pWriter [in]
pWriter is a parameter of type IJSONWriter* pGeomConv [in]
pGeomConv is a parameter of type IJSONConverterGeometry* pProps [in]
pProps is a parameter of type IPropertySet* 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* bWriteEndOfObj [in]
bWriteEndOfObj is a parameter of type bool