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.
Called with the expected data set so that the checksum can be calculated.
Namespace: Microsoft.Data.Schema.UnitTesting.Conditions
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Overrides Sub ConfigureExpectedDataSet ( _
ds As DataSet _
)
public override void ConfigureExpectedDataSet(
DataSet ds
)
public:
virtual void ConfigureExpectedDataSet(
DataSet^ ds
) override
abstract ConfigureExpectedDataSet :
ds:DataSet -> unit
override ConfigureExpectedDataSet :
ds:DataSet -> unit
public override function ConfigureExpectedDataSet(
ds : DataSet
)
Parameters
- ds
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.