Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataAdapter Members

FbDataAdapter overview

Public Instance Constructors

FbDataAdapter Overloaded. Initializes a new instance of the FbDataAdapter class.

Public Instance Properties

AcceptChangesDuringFill (inherited from DataAdapter) 
Container (inherited from Component) 
ContinueUpdateOnError (inherited from DataAdapter) 
DeleteCommand 
InsertCommand Gets or sets an SQL statement or stored procedure used to insert new records into the data source.
MissingMappingAction (inherited from DataAdapter) 
MissingSchemaAction (inherited from DataAdapter) 
SelectCommand Gets or sets an SQL statement or stored procedure used to select records in the data source.
Site (inherited from Component) 
TableMappings (inherited from DataAdapter) 
UpdateCommand Gets or sets an SQL statement or stored procedure used to update records in the data source.

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject) 
Dispose (inherited from Component) 
Equals (inherited from Object) 
Fill (inherited from DbDataAdapter)Overloaded.  
FillSchema (inherited from DbDataAdapter)Overloaded.  
GetFillParameters (inherited from DbDataAdapter) 
GetHashCode (inherited from Object) 
GetLifetimeService (inherited from MarshalByRefObject) 
GetType (inherited from Object) 
InitializeLifetimeService (inherited from MarshalByRefObject) 
ToString (inherited from Component) 
Update (inherited from DbDataAdapter)Overloaded.  

Public Instance Events

Disposed (inherited from Component) 
FillError (inherited from DbDataAdapter) 
RowUpdated Occurs during an Update operation after a command is executed against the data source.
RowUpdating Occurs during an Update operation before a command is executed against the data source.

See Also

FbDataAdapter Class | FirebirdSql.Data.Firebird Namespace