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 by the designer to set the expected dataset.
Namespace: Microsoft.Data.Schema.UnitTesting.Conditions
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Overridable Sub ConfigureExpectedDataSet ( _
ds As DataSet _
)
public virtual void ConfigureExpectedDataSet(
DataSet ds
)
public:
virtual void ConfigureExpectedDataSet(
DataSet^ ds
)
abstract ConfigureExpectedDataSet :
ds:DataSet -> unit
override ConfigureExpectedDataSet :
ds:DataSet -> unit
public function ConfigureExpectedDataSet(
ds : DataSet
)
Parameters
- ds
Type: System.Data.DataSet
Remarks
This method is overridden by derived classes to perform instance-specific configuration. The base implementation marks the instance as dirty, which notifies Visual Studio that a save is required.
.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.