OperationMode.DoNotDetectConflicts Property
Checks to see whether the conflicts should be ignored.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Property DoNotDetectConflicts As Boolean
Get
Set
'Usage
Dim instance As OperationMode
Dim value As Boolean
value = instance.DoNotDetectConflicts
instance.DoNotDetectConflicts = value
public bool DoNotDetectConflicts { get; set; }
Property Value
Type: System.Boolean
true if it should be ignored; otherwise, false.