Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
DataAdapter Class
 DataAdapter Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
DataAdapter Members

Represents a set of SQL commands and a database connection that are used to fill the DataSet and update the data source.

The DataAdapter type exposes the following members.

  NameDescription
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDataAdapterOverloaded. Initializes a new instance of a DataAdapter class.
Top
  NameDescription
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCloneInternals Obsolete. Creates a copy of this instance of DataAdapter.
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCreateTableMappings Creates a new DataTableMappingCollection.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDisposeOverloaded.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFillOverloaded. Adds or refreshes rows in the DataSet to match those in the data source.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFillSchemaOverloaded. Adds a DataTable to the specified DataSet.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalizeOverloaded.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetFillParameters Gets the parameters set by the user when executing an SQL SELECT statement.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodGetService Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkHasTableMappings Indicates whether a DataTableMappingCollection has been created.
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseCloneOverloaded.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOnFillError Invoked when an error occurs during a Fill.
Public methodResetFillLoadOption Resets FillLoadOption to its default state and causes DataAdapter..::.Fill to honor AcceptChangesDuringFill.
Public methodShouldSerializeAcceptChangesDuringFill Determines whether the AcceptChangesDuringFill property should be persisted.
Public methodShouldSerializeFillLoadOption Determines whether the FillLoadOption property should be persisted.
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkShouldSerializeTableMappings Determines whether one or more DataTableMapping objects exist and they should be persisted.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringOverloaded.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUpdate 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
  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAcceptChangesDuringFill Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAcceptChangesDuringUpdate Gets or sets whether AcceptChanges is called during a Update.
Protected propertyCanRaiseEvents Gets a value indicating whether the component can raise an event. (Inherited from Component.)
Public propertyContainer Gets the IContainer that contains the Component. (Inherited from Component.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkContinueUpdateOnError Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.
Protected propertyDesignMode Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Protected propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkEvents Gets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkFillLoadOption Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkMissingMappingAction Determines the action to take when incoming data does not have a matching table or column.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkMissingSchemaAction Determines the action to take when existing DataSet schema does not match incoming data.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkReturnProviderSpecificTypes Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSite Gets or sets the ISite of the Component. (Inherited from Component.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkTableMappings Gets a collection that provides the master mapping between a source table and a DataTable.
Top
  NameDescription
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDisposed Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)
Public eventSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFillError Returned when an error occurs during a fill operation.
Top
  NameDescription
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDataAdapter..::.TableMappings For a description of this member, see IDataAdapter..::.TableMappings.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker