Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of fields that are in conflict between the External Item cache and the external system.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Sub GetConflictData ( _
<OutAttribute> ByRef conflictData As ConflictData() _
)
'Usage
Dim instance As IOfflineEntityInstance
Dim conflictData As ConflictData()
instance.GetConflictData(conflictData)
void GetConflictData(
out ConflictData[] conflictData
)
Parameters
conflictData
Type: []The collection of fields that are in conflict between the External Item cache and the external system.
Examples
Code Snippet: Determine and Resolve External Items in Error in the BCS Client Cache
See Also
Reference
IOfflineEntityInstance Interface