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