Compartir a través de


Clase BusinessLogicDataAdapter

Represents the business logic data adapter.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Class BusinessLogicDataAdapter _
    Inherits DbDataAdapter _
    Implements IDbDataAdapter, IDataAdapter
'Uso
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

El tipo BusinessLogicDataAdapter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BusinessLogicDataAdapter Initializes a new instance of the BusinessLogicDataAdapter class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AcceptChangesDuringFill (Se hereda de DataAdapter.)
Propiedad pública AcceptChangesDuringUpdate (Se hereda de DataAdapter.)
Propiedad protegida CanRaiseEvents (Se hereda de Component.)
Propiedad pública Container (Se hereda de Component.)
Propiedad pública ContinueUpdateOnError (Se hereda de DataAdapter.)
Propiedad pública DeleteCommand Gets or sets a stored procedure for deleting records from the data set.
Propiedad protegida DesignMode (Se hereda de Component.)
Propiedad protegida Events (Se hereda de Component.)
Propiedad protegida FillCommandBehavior (Se hereda de DbDataAdapter.)
Propiedad pública FillLoadOption (Se hereda de DataAdapter.)
Propiedad pública InsertCommand Gets or sets a stored procedure used to insert records from the data source.
Propiedad pública MissingMappingAction (Se hereda de DataAdapter.)
Propiedad pública MissingSchemaAction (Se hereda de DataAdapter.)
Propiedad pública ReturnProviderSpecificTypes (Se hereda de DataAdapter.)
Propiedad pública SelectCommand Gets or sets a stored procedure used to select records from the data set.
Propiedad pública Site (Se hereda de Component.)
Propiedad pública TableMappings (Se hereda de DataAdapter.)
Propiedad pública UpdateBatchSize (Se hereda de DbDataAdapter.)
Propiedad pública UpdateCommand Gets or sets a stored procedure used to update records from the data source.

Arriba

Métodos

  Nombre Descripción
Método protegido AddToBatch (Se hereda de DbDataAdapter.)
Método protegido ClearBatch (Se hereda de DbDataAdapter.)
Método protegido CloneInternals Obsoleto. (Se hereda de DataAdapter.)
Método público CreateObjRef Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método protegido CreateRowUpdatedEvent Initializes a new instance of the RowUpdatedEventArgs class. (Invalida DbDataAdapter.CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping).)
Método protegido CreateRowUpdatingEvent Initializes a new instance of the RowUpdatingEventArgs class. (Invalida DbDataAdapter.CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping).)
Método protegido CreateTableMappings (Se hereda de DataAdapter.)
Método público Dispose() (Se hereda de Component.)
Método protegido Dispose(Boolean) (Se hereda de DbDataAdapter.)
Método público Equals (Se hereda de Object.)
Método protegido ExecuteBatch (Se hereda de DbDataAdapter.)
Método público Fill(DataSet) (Se hereda de DbDataAdapter.)
Método público Fill(DataTable) (Se hereda de DbDataAdapter.)
Método público Fill(DataSet, String) (Se hereda de DbDataAdapter.)
Método protegido Fill(DataTable, IDataReader) (Se hereda de DataAdapter.)
Método público Fill(Int32, Int32, array<DataTable[]) (Se hereda de DbDataAdapter.)
Método protegido Fill(DataTable, IDbCommand, CommandBehavior) (Se hereda de DbDataAdapter.)
Método público Fill(DataSet, Int32, Int32, String) (Se hereda de DbDataAdapter.)
Método protegido Fill(array<DataTable[], IDataReader, Int32, Int32) (Se hereda de DataAdapter.)
Método protegido Fill(array<DataTable[], Int32, Int32, IDbCommand, CommandBehavior) (Se hereda de DbDataAdapter.)
Método protegido Fill(DataSet, String, IDataReader, Int32, Int32) (Se hereda de DataAdapter.)
Método protegido Fill(DataSet, Int32, Int32, String, IDbCommand, CommandBehavior) (Se hereda de DbDataAdapter.)
Método público FillSchema(DataTable, SchemaType) (Se hereda de DbDataAdapter.)
Método público FillSchema(DataSet, SchemaType) (Se hereda de DbDataAdapter.)
Método público FillSchema(DataSet, SchemaType, String) (Se hereda de DbDataAdapter.)
Método protegido FillSchema(DataTable, SchemaType, IDataReader) (Se hereda de DataAdapter.)
Método protegido FillSchema(DataTable, SchemaType, IDbCommand, CommandBehavior) (Se hereda de DbDataAdapter.)
Método protegido FillSchema(DataSet, SchemaType, String, IDataReader) (Se hereda de DataAdapter.)
Método protegido FillSchema(DataSet, SchemaType, IDbCommand, String, CommandBehavior) (Se hereda de DbDataAdapter.)
Método protegido Finalize (Se hereda de Component.)
Método protegido GetBatchedParameter (Se hereda de DbDataAdapter.)
Método protegido GetBatchedRecordsAffected (Se hereda de DbDataAdapter.)
Método público GetFillParameters (Se hereda de DbDataAdapter.)
Método público GetHashCode (Se hereda de Object.)
Método público GetLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método protegido GetService (Se hereda de Component.)
Método público GetType (Se hereda de Object.)
Método protegido HasTableMappings (Se hereda de DataAdapter.)
Método protegido InitializeBatching (Se hereda de DbDataAdapter.)
Método público InitializeLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método protegido MemberwiseClone() (Se hereda de Object.)
Método protegido MemberwiseClone(Boolean) (Se hereda de MarshalByRefObject.)
Método protegido OnFillError (Se hereda de DataAdapter.)
Método protegido OnRowUpdated Raises the RowUpdated event. (Invalida DbDataAdapter.OnRowUpdated(RowUpdatedEventArgs).)
Método protegido OnRowUpdating Raises the RowUpdating event. (Invalida DbDataAdapter.OnRowUpdating(RowUpdatingEventArgs).)
Método público ResetFillLoadOption (Se hereda de DataAdapter.)
Método público ShouldSerializeAcceptChangesDuringFill (Se hereda de DataAdapter.)
Método público ShouldSerializeFillLoadOption (Se hereda de DataAdapter.)
Método protegido ShouldSerializeTableMappings (Se hereda de DataAdapter.)
Método protegido TerminateBatching (Se hereda de DbDataAdapter.)
Método público ToString (Se hereda de Component.)
Método público Update(DataSet) (Se hereda de DbDataAdapter.)
Método público Update(array<DataRow[]) (Se hereda de DbDataAdapter.)
Método público Update(DataTable) (Se hereda de DbDataAdapter.)
Método público Update(DataSet, String) (Se hereda de DbDataAdapter.)
Método protegido Update(array<DataRow[], DataTableMapping) (Se hereda de DbDataAdapter.)

Arriba

Eventos

  Nombre Descripción
Evento público Disposed (Se hereda de Component.)
Evento público FillError (Se hereda de DataAdapter.)
Evento público RowUpdated Occurs during update after a command is executed against the data source.
Evento público RowUpdating Occurs during update before a command is executed against the data source.

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada IDbDataAdapter.DeleteCommand Gets or sets a stored procedure for deleting records from the data set.
Implementación de interfaces explícitasPropiedad privada IDbDataAdapter.InsertCommand Gets or sets a stored procedure used to insert records from the data source.
Implementación de interfaces explícitasPropiedad privada IDbDataAdapter.SelectCommand Gets or sets a stored procedure used to select records from the data set.
Implementación de interfaces explícitasPropiedad privada IDbDataAdapter.UpdateCommand Gets or sets a stored procedure used to update records from the data source.
Implementación de interfaces explícitasMétodo privado ICloneable.Clone (Se hereda de DbDataAdapter.)
Implementación de interfaces explícitasPropiedad privada IDataAdapter.TableMappings (Se hereda de DataAdapter.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport