Click or drag to resize
DbAdapter Class
Inheritance Hierarchy
SystemObject
  Innovator.Client.ConnectionDbAdapter

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public class DbAdapter : IDbDataAdapter, IDataAdapter

The DbAdapter type exposes the following members.

Constructors
  NameDescription
Public methodDbAdapter
Initializes a new instance of the DbAdapter class
Top
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFill(DataSet)
Public methodFill(DataTable)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIDataAdapterFillSchema
Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType.
Explicit interface implementationPrivate methodIDataAdapterGetFillParameters
Gets the parameters set by the user when executing an SQL SELECT statement.
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.
Explicit interface implementationPrivate methodIDataAdapterUpdate
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet from a DataTable named "Table".
Top
See Also