IDataAdapter.MissingMappingAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::Data::MissingMappingAction MissingMappingAction { System::Data::MissingMappingAction get(); void set(System::Data::MissingMappingAction value); };
public System.Data.MissingMappingAction MissingMappingAction { get; set; }
member this.MissingMappingAction : System.Data.MissingMappingAction with get, set
Public Property MissingMappingAction As MissingMappingAction
Property Value
One of the MissingMappingAction values. The default is Passthrough
.
Exceptions
The value set is not one of the MissingMappingAction values.
Remarks
The TableMappings property provides the primary mapping between the returned records and the DataSet.