Click or drag to resize
DbAdapter Properties

The DbAdapter type exposes the following members.

Properties
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDataAdapterMissingMappingAction
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.
Explicit interface implementationPrivate propertyIDataAdapterMissingSchemaAction
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.
Explicit interface implementationPrivate propertyIDataAdapterTableMappings
Indicates how a source table is mapped to a dataset table.
Top
See Also