DumpUtils.DumpDataSet (DataSet, HtmlTextWriter, String) Method (BCL)
Use this method to dump the tables in the DataSet object to the output stream as HTML with no indentation.
Definition
[Visual Basic .NET]
Public Shared Sub DumpDataSet( _ByValds As System.Data.DataSet, _
ByValoutput As System.Web.UI.HtmlTextWriter, _
ByValname As System.String _
)
[C#]
public static void DumpDataSet(System.Data.DataSetds,
System.Web.UI.HtmlTextWriteroutput,
System.Stringname);
Parameters
[Visual Basic .NET]
- ds
The DataSet object. - output
The HtmlTextWriter object output stream. - name
The name of the object for display.
[C#]
- ds
The DataSet object. - output
The HtmlTextWriter object output stream. - name
The name of the object for display.
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Diagnostics
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.