Mimer Data Provider v9.2

MimerDataAdapter.MissingSchemaAction Property

Indicates or specifies whether missing source tables, columns, and their relationships are added to the data set schema, ignored, or cause an error to be raised.

[Visual Basic]
NotOverridable Public Property MissingSchemaAction As MissingSchemaAction Implements _
   IDataAdapter.MissingSchemaAction
[C#]
new public System.Data.MissingSchemaAction MissingSchemaAction {get; set;}

Property Value

One of the MissingSchemaAction values. The default is add.

Implements

IDataAdapter.MissingSchemaAction

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace