[This is preliminary documentation and is subject to change.]

Dumps the dataset to the console for debugging

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string Dump(
	ref DataSet ds
)
Visual Basic (Declaration)
Public Shared Function Dump ( _
	ByRef ds As DataSet _
) As String
Visual C++
public:
static String^ Dump(
	DataSet^% ds
)

Parameters

ds
Type: System.Data..::.DataSet%
The dataset to be dumped

See Also