Share via


BusinessLogicDataAdapter 클래스

정의

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
상속
BusinessLogicDataAdapter
특성
구현

생성자

BusinessLogicDataAdapter()

속성

DeleteCommand
InsertCommand
SelectCommand
UpdateCommand

메서드

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

이벤트

RowUpdated
RowUpdating

명시적 인터페이스 구현

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

적용 대상