Share via


DumpUtils.DumpFields (Fields, HtmlTextWriter, String) Method (BCL)

Use this method to dump a Fields collection to the output stream with no indentation.

Definition

[Visual Basic .NET]

Public Shared Sub DumpFields( _ByValflds As ADODB.Fields, _
  ByValoutput As System.Web.UI.HtmlTextWriter, _
  ByValname As System.String _
) 

[C#]

public static void DumpFields(ADODB.Fieldsflds,
  System.Web.UI.HtmlTextWriteroutput,
  System.Stringname);

Parameters

[Visual Basic .NET]

  • flds
    The fields object to dump.
  • output
    The output stream to dump to.
  • name
    The name of the object for display purposes.

[C#]

  • flds
    The fields object to dump.
  • output
    The output stream to dump to.
  • name
    The name of the 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.