Common.skipDataSourceInitValue 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
skipDataSourceInitValue(Boolean) | |
skipDataSourceInitValue() |
skipDataSourceInitValue(Boolean)
public:
virtual bool skipDataSourceInitValue(bool newValue);
public virtual bool skipDataSourceInitValue (bool newValue);
abstract member skipDataSourceInitValue : bool -> bool
override this.skipDataSourceInitValue : bool -> bool
Public Overridable Function skipDataSourceInitValue (newValue As Boolean) As Boolean
Parameters
- newValue
- Boolean
Returns
Applies to
skipDataSourceInitValue()
public:
virtual bool skipDataSourceInitValue();
public virtual bool skipDataSourceInitValue ();
abstract member skipDataSourceInitValue : unit -> bool
override this.skipDataSourceInitValue : unit -> bool
Public Overridable Function skipDataSourceInitValue () As Boolean