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