Npgsql API Documentation

NpgsqlDataAdapter Properties

[This is preliminary documentation and subject to change.]

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

Public Instance Properties

AcceptChangesDuringFill (inherited from DataAdapter)Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable.
Container (inherited from Component) Gets the IContainer that contains the Component.
ContinueUpdateOnError (inherited from DataAdapter) Gets or sets a value that specifies whether to generate an exception, or the row in error when an error is encountered during a row update.
DeleteCommand 
InsertCommand 
MissingMappingAction (inherited from DataAdapter)Determines the action to take when incoming data does not have a matching table or column.
MissingSchemaAction (inherited from DataAdapter)Determines the action to take when existing DataSet schema does not match incoming data.
SelectCommand 
Site (inherited from Component) Gets or sets the ISite of the Component.
TableMappings (inherited from DataAdapter)Gets a collection that provides the master mapping between a source table and a DataTable .
UpdateCommand 

See Also

NpgsqlDataAdapter Class | Npgsql Namespace