Share via


WstDataAdapter Class

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

This class implements the IDbDataAdapter functionality. Luckily, most of the functionality is implemented by the base class DbDataAdapter.

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

Syntax

'Declaration

  Public Class WstDataAdapter
    Inherits DbDataAdapter
    Implements IDbDataAdapter, IDataAdapter
  public class WstDataAdapter : DbDataAdapter, IDbDataAdapter, IDataAdapter

Remarks

Not sure why this doesn't show up in designer view in visual studio? Something about DbDataAdapter is abstract and can't be initialized. Maybe there are some overrides that we still need to do? Also... should do some sanity checks and enforcement on the Update/Insert/Delete commands to make sure they use the same partition information as the Select.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Data.Common.DataAdapter
         System.Data.Common.DbDataAdapter
          Microsoft.Webstore.WstClient.WstDataAdapter

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

WstDataAdapter Members
Microsoft.Webstore.WstClient Namespace