OdbcDataAdapter Constructor ()
.NET Framework (current version)
Initializes a new instance of the OdbcDataAdapter class.
Assembly: System.Data (in System.Data.dll)
When you create an instance of OdbcDataAdapter, the following write-only and read-only properties are set to their default values, as shown in the table.
Properties | Default value |
|---|---|
MissingMappingAction.Passthrough | |
MissingSchemaAction.Add |
You can change the value of any of these properties through a separate call to the property.
The following example creates an OdbcDataAdapter and sets some of its properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: