BusinessLogicDataAdapter Class

Represents the business logic data adapter.

Inheritance Hierarchy

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

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

The BusinessLogicDataAdapter type exposes the following members.

Constructors

  Name Description
Public method BusinessLogicDataAdapter Initializes a new instance of the BusinessLogicDataAdapter class.

Top

Properties

  Name Description
Public property AcceptChangesDuringFill (Inherited from DataAdapter.)
Public property AcceptChangesDuringUpdate (Inherited from DataAdapter.)
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Public property ContinueUpdateOnError (Inherited from DataAdapter.)
Public property DeleteCommand Gets or sets a stored procedure for deleting records from the data set.
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Protected property FillCommandBehavior (Inherited from DbDataAdapter.)
Public property FillLoadOption (Inherited from DataAdapter.)
Public property InsertCommand Gets or sets a stored procedure used to insert records from the data source.
Public property MissingMappingAction (Inherited from DataAdapter.)
Public property MissingSchemaAction (Inherited from DataAdapter.)
Public property ReturnProviderSpecificTypes (Inherited from DataAdapter.)
Public property SelectCommand Gets or sets a stored procedure used to select records from the data set.
Public property Site (Inherited from Component.)
Public property TableMappings (Inherited from DataAdapter.)
Public property UpdateBatchSize (Inherited from DbDataAdapter.)
Public property UpdateCommand Gets or sets a stored procedure used to update records from the data source.

Top

Methods

  Name Description
Protected method AddToBatch (Inherited from DbDataAdapter.)
Protected method ClearBatch (Inherited from DbDataAdapter.)
Protected method CloneInternals Obsolete. (Inherited from DataAdapter.)
Public method CreateObjRef Security Critical. (Inherited from MarshalByRefObject.)
Protected method CreateRowUpdatedEvent Initializes a new instance of the RowUpdatedEventArgs class. (Overrides DbDataAdapter.CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping).)
Protected method CreateRowUpdatingEvent Initializes a new instance of the RowUpdatingEventArgs class. (Overrides DbDataAdapter.CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping).)
Protected method CreateTableMappings (Inherited from DataAdapter.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from DbDataAdapter.)
Public method Equals (Inherited from Object.)
Protected method ExecuteBatch (Inherited from DbDataAdapter.)
Public method Fill(DataSet) (Inherited from DbDataAdapter.)
Public method Fill(DataTable) (Inherited from DbDataAdapter.)
Public method Fill(DataSet, String) (Inherited from DbDataAdapter.)
Protected method Fill(DataTable, IDataReader) (Inherited from DataAdapter.)
Public method Fill(Int32, Int32, array<DataTable[]) (Inherited from DbDataAdapter.)
Protected method Fill(DataTable, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Public method Fill(DataSet, Int32, Int32, String) (Inherited from DbDataAdapter.)
Protected method Fill(array<DataTable[], IDataReader, Int32, Int32) (Inherited from DataAdapter.)
Protected method Fill(array<DataTable[], Int32, Int32, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Protected method Fill(DataSet, String, IDataReader, Int32, Int32) (Inherited from DataAdapter.)
Protected method Fill(DataSet, Int32, Int32, String, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Public method FillSchema(DataTable, SchemaType) (Inherited from DbDataAdapter.)
Public method FillSchema(DataSet, SchemaType) (Inherited from DbDataAdapter.)
Public method FillSchema(DataSet, SchemaType, String) (Inherited from DbDataAdapter.)
Protected method FillSchema(DataTable, SchemaType, IDataReader) (Inherited from DataAdapter.)
Protected method FillSchema(DataTable, SchemaType, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Protected method FillSchema(DataSet, SchemaType, String, IDataReader) (Inherited from DataAdapter.)
Protected method FillSchema(DataSet, SchemaType, IDbCommand, String, CommandBehavior) (Inherited from DbDataAdapter.)
Protected method Finalize (Inherited from Component.)
Protected method GetBatchedParameter (Inherited from DbDataAdapter.)
Protected method GetBatchedRecordsAffected (Inherited from DbDataAdapter.)
Public method GetFillParameters (Inherited from DbDataAdapter.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Protected method HasTableMappings (Inherited from DataAdapter.)
Protected method InitializeBatching (Inherited from DbDataAdapter.)
Public method InitializeLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method OnFillError (Inherited from DataAdapter.)
Protected method OnRowUpdated Raises the RowUpdated event. (Overrides DbDataAdapter.OnRowUpdated(RowUpdatedEventArgs).)
Protected method OnRowUpdating Raises the RowUpdating event. (Overrides DbDataAdapter.OnRowUpdating(RowUpdatingEventArgs).)
Public method ResetFillLoadOption (Inherited from DataAdapter.)
Public method ShouldSerializeAcceptChangesDuringFill (Inherited from DataAdapter.)
Public method ShouldSerializeFillLoadOption (Inherited from DataAdapter.)
Protected method ShouldSerializeTableMappings (Inherited from DataAdapter.)
Protected method TerminateBatching (Inherited from DbDataAdapter.)
Public method ToString (Inherited from Component.)
Public method Update(DataSet) (Inherited from DbDataAdapter.)
Public method Update(array<DataRow[]) (Inherited from DbDataAdapter.)
Public method Update(DataTable) (Inherited from DbDataAdapter.)
Public method Update(DataSet, String) (Inherited from DbDataAdapter.)
Protected method Update(array<DataRow[], DataTableMapping) (Inherited from DbDataAdapter.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)
Public event FillError (Inherited from DataAdapter.)
Public event RowUpdated Occurs during update after a command is executed against the data source.
Public event RowUpdating Occurs during update before a command is executed against the data source.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IDbDataAdapter.DeleteCommand Gets or sets a stored procedure for deleting records from the data set.
Explicit interface implemetationPrivate property IDbDataAdapter.InsertCommand Gets or sets a stored procedure used to insert records from the data source.
Explicit interface implemetationPrivate property IDbDataAdapter.SelectCommand Gets or sets a stored procedure used to select records from the data set.
Explicit interface implemetationPrivate property IDbDataAdapter.UpdateCommand Gets or sets a stored procedure used to update records from the data source.
Explicit interface implemetationPrivate method ICloneable.Clone (Inherited from DbDataAdapter.)
Explicit interface implemetationPrivate property IDataAdapter.TableMappings (Inherited from DataAdapter.)

Top

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

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace