ObjectChangeConflict::MemberConflicts Property
.NET Framework (current version)
Gets a collection of all member conflicts that caused the update to fail.
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
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: