Share via


DumpUtils.DumpDataTable (DataTable, HtmlTextWriter) Method (BCL)

Use this method to dump a DataTable object to the output stream as HTML with no indentation.

Definition

[Visual Basic .NET]

Public Shared Sub DumpDataTable( _ByValdt As System.Data.DataTable, _
  ByValoutput As System.Web.UI.HtmlTextWriter _
) 

[C#]

public static void DumpDataTable(System.Data.DataTabledt,
  System.Web.UI.HtmlTextWriteroutput);

Parameters

[Visual Basic .NET]

  • dt
    The DataTable object.
  • output
    The HtmlTextWriter object output stream.

[C#]

  • dt
    The DataTable object.
  • output
    The HtmlTextWriter object output stream.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Diagnostics

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.