Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbDataAdapter Constructor ()

 

Initializes a new instance of a DataAdapter class.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

protected:
DbDataAdapter()

When you create an instance of DbDataAdapter, the following read/write properties are set to the following initial values.

Properties

Initial value

SelectCommand

A new IDbCommand.

InsertCommand

A new IDbCommand.

DeleteCommand

A new IDbCommand.

UpdateCommand

A new IDbCommand.

MissingMappingAction

MissingMappingAction.Passthrough

MissingSchemaAction

MissingSchemaAction.Add

You can change the value of any of these properties through a separate call to the property.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft