ChecksumCondition.ConfigureExpectedDataSet Method (DataSet)
Called with the expected data set so that the checksum can be calculated.
Namespace: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntax
public override void ConfigureExpectedDataSet(
DataSet ds
)
public:
virtual void ConfigureExpectedDataSet(
DataSet^ ds
) override
override ConfigureExpectedDataSet :
ds:DataSet -> unit
Public Overrides Sub ConfigureExpectedDataSet (
ds As DataSet
)
Parameters
ds
Type: System.Data.DataSetThe data set to configure.
See Also
ChecksumCondition Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace
Return to top