ConflictData Structure

A struct that represents the conflict between the local value and the external system value. Conflict is caused by the external item changing in the external system before the change done locally is propagated.

Namespace:  Microsoft.BusinessData.Offlining
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure ConflictData
'Usage
Dim instance As ConflictData
[SerializableAttribute]
public struct ConflictData

Examples

Code Snippet: Determine and Resolve External Items in Error in the BCS Client Cache

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConflictData Members

Microsoft.BusinessData.Offlining Namespace