Share via


AdoDotNetConnectionSupport.CreateObjectItemComparer Method

Creates a object instance.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Protected Overridable Function CreateObjectItemComparer As DataObjectItemComparer
'Usage
Dim returnValue As DataObjectItemComparer 

returnValue = Me.CreateObjectItemComparer()
protected virtual DataObjectItemComparer CreateObjectItemComparer()
protected:
virtual DataObjectItemComparer^ CreateObjectItemComparer()
protected function CreateObjectItemComparer() : DataObjectItemComparer

Return Value

Type: Microsoft.VisualStudio.Data.DataObjectItemComparer
Returns a DataObjectItemComparer object instance.

Remarks

The base implementation creates an AdoDotNetObjectItemComparer instance.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionSupport Class

AdoDotNetConnectionSupport Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace