DumpRecordset Method
Dumps a Recordset object to the HtmlTextWriter using no indentation
This API is not CLS-compliant.
Namespace: Microsoft.CommerceServer.Runtime.Diagnostics
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Sub DumpRecordset ( _
rs As _Recordset, _
output As HtmlTextWriter, _
name As String _
)
'Usage
Dim rs As _Recordset
Dim output As HtmlTextWriter
Dim name As String
DumpUtils.DumpRecordset(rs, output, name)
[CLSCompliantAttribute(false)]
public static void DumpRecordset(
_Recordset rs,
HtmlTextWriter output,
string name
)
[CLSCompliantAttribute(false)]
public:
static void DumpRecordset(
_Recordset^ rs,
HtmlTextWriter^ output,
String^ name
)
public static function DumpRecordset(
rs : _Recordset,
output : HtmlTextWriter,
name : String
)
Parameters
- rs
Type: _Recordset
Recordset to dump
- output
Type: System.Web.UI..::.HtmlTextWriter
The HtmlTextWriter output stream.
- name
Type: System..::.String
Name of object for display.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The output or name is nullNothingnullptra null reference (Nothing in Visual Basic). |
Remarks
Use this method to dump a Recordset object to the HtmlTextWriter object with no indentation.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.