BusinessLogicDataAdapter Class

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Class BusinessLogicDataAdapter _
    Inherits DbDataAdapter _
    Implements IDbDataAdapter, IDataAdapter
'Usage
Dim instance As BusinessLogicDataAdapter
public class BusinessLogicDataAdapter : DbDataAdapter, 
    IDbDataAdapter, IDataAdapter
public ref class BusinessLogicDataAdapter : public DbDataAdapter, 
    IDbDataAdapter, IDataAdapter
type BusinessLogicDataAdapter =  
    class
        inherit DbDataAdapter
        interface IDbDataAdapter
        interface IDataAdapter
    end
public class BusinessLogicDataAdapter extends DbDataAdapter implements IDbDataAdapter, IDataAdapter

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Data.Common.DataAdapter
        System.Data.Common.DbDataAdapter
          Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicDataAdapter

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.