AdoDotNetTableReader 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.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Class AdoDotNetTableReader _
    Inherits DataReader
'Usage
Dim instance As AdoDotNetTableReader
public class AdoDotNetTableReader : DataReader
public ref class AdoDotNetTableReader : public DataReader
public class AdoDotNetTableReader extends DataReader

Remarks

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Framework.DataReader
    Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetTableReader

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

AdoDotNetTableReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace

DataTableReader