Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an implementation of the DataMappedObjectConverter class using the ADO.NET DataTypes metadata collection.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Class AdoDotNetMappedObjectConverter _
Inherits DataMappedObjectConverter
'Usage
Dim instance As AdoDotNetMappedObjectConverter
public class AdoDotNetMappedObjectConverter : DataMappedObjectConverter
public ref class AdoDotNetMappedObjectConverter : public DataMappedObjectConverter
public class AdoDotNetMappedObjectConverter extends DataMappedObjectConverter
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Framework.DataSiteableObject<IVsDataConnection>
Microsoft.VisualStudio.Data.Framework.DataMappedObjectConverter
Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetMappedObjectConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.