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.
DataAdapter::MissingSchemaAction Property
.NET Framework (current version)
Determines the action to take when existing DataSet schema does not match incoming data.
Assembly: System.Data (in System.Data.dll)
public: property MissingSchemaAction MissingSchemaAction { virtual MissingSchemaAction get() sealed; virtual void set(MissingSchemaAction value) sealed; }
Property Value
Type: System.Data::MissingSchemaActionOne of the MissingSchemaAction values. The default is Add.
Implements
IDataAdapter::MissingSchemaAction| Exception | Condition |
|---|---|
| ArgumentException | The value set is not one of the MissingSchemaAction values. |
The following example creates a derived class, OleDbDataAdapter and sets some of its properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: