Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Class constructor. Initializes a new instance of the AdoDotNetObjectItemComparer class with a connection to the data source.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Sub New ( _
connection As DataConnection _
)
public AdoDotNetObjectItemComparer(
DataConnection connection
)
public:
AdoDotNetObjectItemComparer(
DataConnection^ connection
)
new :
connection:DataConnection -> AdoDotNetObjectItemComparer
public function AdoDotNetObjectItemComparer(
connection : DataConnection
)
Parameters
connection
Type: Microsoft.VisualStudio.Data.DataConnectionConnection to the data source.
.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.
See Also
Reference
AdoDotNetObjectItemComparer Class