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

适用于