DesignQueryControl.FixUpDataSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FixUpDataSet() | |
FixUpDataSet(Boolean) |
FixUpDataSet()
public:
virtual bool FixUpDataSet();
public bool FixUpDataSet ();
abstract member FixUpDataSet : unit -> bool
override this.FixUpDataSet : unit -> bool
Public Function FixUpDataSet () As Boolean
Returns
Implements
Applies to
FixUpDataSet(Boolean)
public:
virtual bool FixUpDataSet(bool updateReportParameters);
public bool FixUpDataSet (bool updateReportParameters);
abstract member FixUpDataSet : bool -> bool
override this.FixUpDataSet : bool -> bool
Public Function FixUpDataSet (updateReportParameters As Boolean) As Boolean
Parameters
- updateReportParameters
- Boolean