ObjectChangeConflict::MemberConflicts Property

 

Gets a collection of all member conflicts that caused the update to fail.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property ReadOnlyCollection<MemberChangeConflict^>^ MemberConflicts {
	ReadOnlyCollection<MemberChangeConflict^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<MemberChangeConflict^>^

A collection of member conflicts.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: