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.
Extracts the DataSet from the test results.
Namespace: Microsoft.Data.Schema.UnitTesting.Conditions
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Protected Shared Function GetDataSet ( _
results As ExecutionResult() _
) As DataSet
protected static DataSet GetDataSet(
ExecutionResult[] results
)
protected:
static DataSet^ GetDataSet(
array<ExecutionResult^>^ results
)
static member GetDataSet :
results:ExecutionResult[] -> DataSet
protected static function GetDataSet(
results : ExecutionResult[]
) : DataSet
Parameters
- results
Type: array<Microsoft.Data.Schema.UnitTesting.ExecutionResult[]
Return Value
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.