DataSetTestCondition.DumpDataSet Method (DataSet)

 

Diagnostic method that outputs the contents of the specified data set.

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntax

protected static void DumpDataSet(
    DataSet schema
)
protected:
static void DumpDataSet(
    DataSet^ schema
)
static member DumpDataSet : 
        schema:DataSet -> unit
Protected Shared Sub DumpDataSet (
    schema As DataSet
)

Parameters

See Also

DataSetTestCondition Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace

Return to top