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