Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
schema
Type: System.Data.DataSetThe diagnostic method used.
See Also
DataSetTestCondition Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace
Return to top