Constraint::SetDataSet Method (DataSet^)

 
Use BaseTrue

Sets the constraint's DataSet.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public protected:
void SetDataSet(
	DataSet^ dataSet
)

Parameters

dataSet
Type: System.Data::DataSet^

The DataSet to which this constraint will belong.

The following example uses the SetDataSet method to set the DataSet for a constraint.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: