Share via


BusinessLogicDataAdapter Classe

Définition

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
Héritage
BusinessLogicDataAdapter
Attributs
Implémente

Constructeurs

BusinessLogicDataAdapter()

Propriétés

DeleteCommand
InsertCommand
SelectCommand
UpdateCommand

Méthodes

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

Événements

RowUpdated
RowUpdating

Implémentations d’interfaces explicites

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

S’applique à