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