C# Class Deveel.Data.Client.DeveelDbDataAdapter

Inheritance: System.Data.Common.DbDataAdapter
Show file Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
DeveelDbDataAdapter ( ) : System
DeveelDbDataAdapter ( DeveelDbCommand selectCommand ) : System
DeveelDbDataAdapter ( DeveelDbConnection connection, string commandText ) : System
DeveelDbDataAdapter ( string commandText ) : System
DeveelDbDataAdapter ( string connectionString, string commandText ) : System

Protected Methods

Method Description
OnRowUpdated ( RowUpdatedEventArgs value ) : void
OnRowUpdating ( RowUpdatingEventArgs value ) : void

Method Details

DeveelDbDataAdapter() public method

public DeveelDbDataAdapter ( ) : System
return System

DeveelDbDataAdapter() public method

public DeveelDbDataAdapter ( DeveelDbCommand selectCommand ) : System
selectCommand DeveelDbCommand
return System

DeveelDbDataAdapter() public method

public DeveelDbDataAdapter ( DeveelDbConnection connection, string commandText ) : System
connection DeveelDbConnection
commandText string
return System

DeveelDbDataAdapter() public method

public DeveelDbDataAdapter ( string commandText ) : System
commandText string
return System

DeveelDbDataAdapter() public method

public DeveelDbDataAdapter ( string connectionString, string commandText ) : System
connectionString string
commandText 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