IDataAdapter::MissingSchemaAction Property
.NET Framework (current version)
Indicates or specifies whether missing source tables, columns, and their relationships are added to the dataset schema, ignored, or cause an error to be raised.
Assembly: System.Data (in System.Data.dll)
property MissingSchemaAction MissingSchemaAction { MissingSchemaAction get(); void set(MissingSchemaAction value); }
Property Value
Type: System.Data::MissingSchemaActionOne of the MissingSchemaAction values. The default is Add.
| Exception | Condition |
|---|---|
| ArgumentException | The value set is not one of the MissingSchemaAction values. |
.NET Framework
Available since 1.1
Available since 1.1
Show: