DataSetTestCondition.DumpDataSet Method
Diagnostic method that outputs the contents of the specified data set.
Namespace: Microsoft.Data.Schema.UnitTesting.Conditions
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Protected Shared Sub DumpDataSet ( _
schema As DataSet _
)
protected static void DumpDataSet(
DataSet schema
)
protected:
static void DumpDataSet(
DataSet^ schema
)
static member DumpDataSet :
schema:DataSet -> unit
protected static function DumpDataSet(
schema : DataSet
)
Parameters
- schema
Type: System.Data.DataSet
.NET Framework Security
- 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.