C# Class System.Data.OleDb.OleDbDataAdapter

Inheritance: System.Data.Common.DbDataAdapter, IDbDataAdapter
Mostra file Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
OleDbDataAdapter ( ) : System
OleDbDataAdapter ( OleDbCommand selectCommand ) : System
OleDbDataAdapter ( string selectCommandText, System.Data.OleDb.OleDbConnection selectConnection ) : System
OleDbDataAdapter ( string selectCommandText, string selectConnectionString ) : System

Protected Methods

Method Description
CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatedEventArgs
CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatingEventArgs
OnRowUpdated ( RowUpdatedEventArgs value ) : void
OnRowUpdating ( RowUpdatingEventArgs value ) : void

Method Details

CreateRowUpdatedEvent() protected method

protected CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatedEventArgs
dataRow System.Data.DataRow
command IDbCommand
statementType StatementType
tableMapping System.Data.Common.DataTableMapping
return System.Data.Common.RowUpdatedEventArgs

CreateRowUpdatingEvent() protected method

protected CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatingEventArgs
dataRow System.Data.DataRow
command IDbCommand
statementType StatementType
tableMapping System.Data.Common.DataTableMapping
return System.Data.Common.RowUpdatingEventArgs

OleDbDataAdapter() public method

public OleDbDataAdapter ( ) : System
return System

OleDbDataAdapter() public method

public OleDbDataAdapter ( OleDbCommand selectCommand ) : System
selectCommand OleDbCommand
return System

OleDbDataAdapter() public method

public OleDbDataAdapter ( string selectCommandText, System.Data.OleDb.OleDbConnection selectConnection ) : System
selectCommandText string
selectConnection System.Data.OleDb.OleDbConnection
return System

OleDbDataAdapter() public method

public OleDbDataAdapter ( string selectCommandText, string selectConnectionString ) : System
selectCommandText string
selectConnectionString string
return System

OnRowUpdated() protected method

protected OnRowUpdated ( RowUpdatedEventArgs value ) : void
value System.Data.Common.RowUpdatedEventArgs
return void

OnRowUpdating() protected method

protected OnRowUpdating ( RowUpdatingEventArgs value ) : void
value System.Data.Common.RowUpdatingEventArgs
return void