Share via


TracingDataReader Class

[This is internal Microsoft documentation - Do not distribute.]

The TracingDataReader is created by wrapping over the SqlDataReader resultset. It can trace all the results that has been read from the wrapped SqlDataReader.

Namespace: Microsoft.Webstore.Common
Assembly: ICL (in icl.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class TracingDataReader
    Inherits MarshalByRefObject
    Implements IEnumerable, IDataReader, IDisposable, IDataRecord
[DefaultMemberAttribute("Item")] 
public sealed class TracingDataReader : MarshalByRefObject, IEnumerable, IDataReader, IDisposable, 
    IDataRecord

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
    Microsoft.Webstore.Common.TracingDataReader

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

TracingDataReader Members
Microsoft.Webstore.Common Namespace