Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Diagnostic method that outputs the expected test result, expected data set, environment, actual test result, and actual data set.
Namespace: Microsoft.Data.Schema.UnitTesting.Conditions
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Protected Shared Sub DumpResults ( _
expectedDS As DataSet, _
actualDS As DataSet _
)
protected static void DumpResults(
DataSet expectedDS,
DataSet actualDS
)
protected:
static void DumpResults(
DataSet^ expectedDS,
DataSet^ actualDS
)
static member DumpResults :
expectedDS:DataSet *
actualDS:DataSet -> unit
protected static function DumpResults(
expectedDS : DataSet,
actualDS : DataSet
)
Parameters
- expectedDS
Type: System.Data.DataSet
- actualDS
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.