Click or drag to resize
DbAdapterIDataAdapterMissingSchemaAction Property
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.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
MissingSchemaAction IDataAdapter.MissingSchemaAction { get; set; }

Return Value

Type: MissingSchemaAction
One of the MissingSchemaAction values. The default is Add.

Implements

IDataAdapterMissingSchemaAction
Exceptions
ExceptionCondition
ArgumentExceptionThe value set is not one of the MissingSchemaAction values.
See Also