Share via


BusinessLogicDataAdapter Clase

Definición

public ref class BusinessLogicDataAdapter : System::Data::Common::DbDataAdapter
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class BusinessLogicDataAdapter : System.Data.Common.DbDataAdapter
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type BusinessLogicDataAdapter = class
    inherit DbDataAdapter
    interface IDbDataAdapter
    interface IDataAdapter
Public Class BusinessLogicDataAdapter
Inherits DbDataAdapter
Herencia
BusinessLogicDataAdapter
Atributos
Implementaciones

Constructores

BusinessLogicDataAdapter()

Propiedades

DeleteCommand
InsertCommand
SelectCommand
UpdateCommand

Métodos

CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping)
CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping)
OnRowUpdated(RowUpdatedEventArgs)
OnRowUpdating(RowUpdatingEventArgs)

Eventos

RowUpdated
RowUpdating

Implementaciones de interfaz explícitas

IDbDataAdapter.DeleteCommand
IDbDataAdapter.InsertCommand
IDbDataAdapter.SelectCommand
IDbDataAdapter.UpdateCommand

Se aplica a