BusinessLogicDataAdapter 類別

定義

public ref class BusinessLogicDataAdapter : System::Data::Common::DbDataAdapter
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class BusinessLogicDataAdapter : System.Data.Common.DbDataAdapter
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

適用於