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.

DataAdapter::MissingSchemaAction Property

 

Determines the action to take when existing DataSet schema does not match incoming data.

Namespace:   System.Data.Common
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::MissingSchemaAction

One of the MissingSchemaAction values. The default is Add.

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.

No code example is currently available or this language may not be supported.

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