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