DataConnection.ObjectItemComparer Property
Retrieves an object that can compare identifier parts and properties on data objects.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectItemComparer As DataObjectItemComparer
public DataObjectItemComparer ObjectItemComparer { get; }
public:
property DataObjectItemComparer^ ObjectItemComparer {
DataObjectItemComparer^ get ();
}
member ObjectItemComparer : DataObjectItemComparer with get
function get ObjectItemComparer () : DataObjectItemComparer
Property Value
Type: Microsoft.VisualStudio.Data.DataObjectItemComparer
Returns a DataObjectItemComparer object instance, which compares identifier parts and properties on data objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.