AdoDotNetDataTableReader Class

Retrieves the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets.

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

Syntax

Public Class AdoDotNetDataTableReader _
    Inherits DataReader

Dim instance As AdoDotNetDataTableReader
public class AdoDotNetDataTableReader : DataReader
public ref class AdoDotNetDataTableReader : public DataReader
public class AdoDotNetDataTableReader extends DataReader

Remarks

It is unlikely that a DDEX Provider will need to override or otherwise modify the behavior of this class; rather, they can simply instantiate it whenever they have an ADO.NETDataTable object in hand and they need to return a DataReader object.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.DataReader
    Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetDataTableReader

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

AdoDotNetDataTableReader Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

DataTableReader