CommonImplementation.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(Boolean) | |
SkipDataSourceValidateWrite() |
SkipDataSourceValidateWrite(Boolean)
public:
bool SkipDataSourceValidateWrite(bool newValue);
public bool SkipDataSourceValidateWrite (bool newValue);
member this.SkipDataSourceValidateWrite : bool -> bool
Public Function SkipDataSourceValidateWrite (newValue As Boolean) As Boolean
Parameters
- newValue
- Boolean
Returns
Applies to
SkipDataSourceValidateWrite()
public:
bool SkipDataSourceValidateWrite();
public bool SkipDataSourceValidateWrite ();
member this.SkipDataSourceValidateWrite : unit -> bool
Public Function SkipDataSourceValidateWrite () As Boolean