Click or drag to resize
DbAdapterIDataAdapterMissingMappingAction Property
Indicates or specifies whether unmapped source tables or columns are passed with their source names in order to be filtered or to raise an error.

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

Return Value

Type: MissingMappingAction
One of the MissingMappingAction values. The default is Passthrough.

Implements

IDataAdapterMissingMappingAction
Exceptions
ExceptionCondition
ArgumentExceptionThe value set is not one of the MissingMappingAction values.
See Also