WstDataReader Class
[This is internal Microsoft documentation - Do not distribute.]
The WstDataReader is created by invoking the WstCommand.ExecuteReader() method. The WstDataReader class is a thin wrapper over the SqlDataReader resultset. The WstDataReader may contain multiple SqlDataReader resultsets if the WstCommand executed on multiple partitions and/or replicas
Namespace: Microsoft.Webstore.WstClient
Assembly: ICL (in icl.dll)
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class WstDataReader
Inherits MarshalByRefObject
Implements IEnumerable, IDataReader, IDisposable, IDataRecord
[DefaultMemberAttribute("Item")]
public sealed class WstDataReader : MarshalByRefObject, IEnumerable, IDataReader, IDisposable,
IDataRecord
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.Webstore.WstClient.WstDataReader
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
WstDataReader Members
Microsoft.Webstore.WstClient Namespace