Share via


DumpUtils.DumpRecordset (_Recordset, HtmlTextWriter, String) Method (BCL)

Use this method to dump a Recordset object to the HtmlTextWriter object with no indentation.

Definition

[Visual Basic .NET]

Public Shared Sub DumpRecordset( _ByValrs As ADODB._Recordset, _
  ByValoutput As System.Web.UI.HtmlTextWriter, _
  ByValname As System.String _
) 

[C#]

public static void DumpRecordset(ADODB._Recordsetrs,
  System.Web.UI.HtmlTextWriteroutput,
  System.Stringname);

Parameters

[Visual Basic .NET]

  • rs
    The Recordset object to dump.
  • output
    The output stream.
  • name
    The name of object for display purposes.

[C#]

  • rs
    The Recordset object to dump.
  • output
    The output stream.
  • name
    The name of object for display purposes.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Diagnostics

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.