Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataAdapter Properties

The properties of the FbDataAdapter class are listed below. For a complete list of FbDataAdapter class members, see the FbDataAdapter Members topic.

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.

See Also

FbDataAdapter Class | FirebirdSql.Data.Firebird Namespace