AdoDotNetObjectConceptMapper Class

Provides a default implementation of the DataObjectConceptMapper class for ADO.NET data providers.

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

Syntax

Public Class AdoDotNetObjectConceptMapper _
    Inherits DataObjectConceptMapper

Dim instance As AdoDotNetObjectConceptMapper
public class AdoDotNetObjectConceptMapper : DataObjectConceptMapper
public ref class AdoDotNetObjectConceptMapper : public DataObjectConceptMapper
public class AdoDotNetObjectConceptMapper extends DataObjectConceptMapper

Remarks

The implementation maps data-source-specific type names to ProviderDataType, ProviderDbType, and FrameworkDataType concepts using the DataTypes collection retrieved from the ADO.NET data provider using the GetSchema method.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.ObjectWithSite
    Microsoft.VisualStudio.Data.DataObjectConceptMapper
      Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetObjectConceptMapper

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.

See Also

Reference

AdoDotNetObjectConceptMapper Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace