C# Class System.Data.SqlClient.SqlDataAdapter

Inheritance: System.Data.Common.DbDataAdapter, IDbDataAdapter, IDataAdapter, ICloneable
Mostrar archivo Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SqlDataAdapter ( ) : System
SqlDataAdapter ( SqlCommand selectCommand ) : System
SqlDataAdapter ( string selectCommandText, SqlConnection selectConnection ) : System
SqlDataAdapter ( 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
Dispose ( bool disposing ) : void
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

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnRowUpdated() protected method

protected OnRowUpdated ( RowUpdatedEventArgs value ) : void
value RowUpdatedEventArgs
return void

OnRowUpdating() protected method

protected OnRowUpdating ( RowUpdatingEventArgs value ) : void
value RowUpdatingEventArgs
return void

SqlDataAdapter() public method

public SqlDataAdapter ( ) : System
return System

SqlDataAdapter() public method

public SqlDataAdapter ( SqlCommand selectCommand ) : System
selectCommand SqlCommand
return System

SqlDataAdapter() public method

public SqlDataAdapter ( string selectCommandText, SqlConnection selectConnection ) : System
selectCommandText string
selectConnection SqlConnection
return System

SqlDataAdapter() public method

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