DataAdapter Constructor ()
.NET Framework (current version)
Initializes a new instance of a DataAdapter class.
Assembly: System.Data (in System.Data.dll)
When an instance of DataAdapter is created, the following read/write properties are set to the following initial values.
Properties | Initial value |
|---|---|
MissingMappingAction.Passthrough | |
MissingSchemaAction.Add | |
An array of TableMappings objects. |
You can change the value of any of these properties through a separate call to the property.
.NET Framework
Available since 1.1
Available since 1.1
Show: