DataConnection.ObjectItemComparer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an object that can compare identifier parts and properties on data objects.
public:
property Microsoft::VisualStudio::Data::DataObjectItemComparer ^ ObjectItemComparer { Microsoft::VisualStudio::Data::DataObjectItemComparer ^ get(); };
public Microsoft.VisualStudio.Data.DataObjectItemComparer ObjectItemComparer { get; }
member this.ObjectItemComparer : Microsoft.VisualStudio.Data.DataObjectItemComparer
Public ReadOnly Property ObjectItemComparer As DataObjectItemComparer
Property Value
Returns a DataObjectItemComparer object instance, which compares identifier parts and properties on data objects.