.NET Framework Class Library
OracleDataAdapter Members

Represents a set of data commands and a connection to a database that are used to fill the DataSet and update the database. This class cannot be inherited.

The OracleDataAdapter type exposes the following members.

Constructors

  NameDescription
Public methodOracleDataAdapterOverloaded. Initializes a new instance of the OracleDataAdapter class.
Top
Methods

  NameDescription
Protected methodAddToBatchAdds a IDbCommand to the current batch. (Inherited from DbDataAdapter.)
Protected methodClearBatchRemoves all IDbCommand objects from the batch. (Inherited from DbDataAdapter.)
Protected methodCloneInternals Obsolete. Creates a copy of this instance of DataAdapter. (Inherited from 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 methodCreateRowUpdatedEventInitializes a new instance of the RowUpdatedEventArgs class. (Inherited from DbDataAdapter.)
Protected methodCreateRowUpdatingEventInitializes a new instance of the RowUpdatingEventArgs class. (Inherited from DbDataAdapter.)
Protected methodCreateTableMappingsCreates a new DataTableMappingCollection. (Inherited from DataAdapter.)
Public methodDisposeOverloaded. Releases the resources used by the Component.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodExecuteBatchExecutes the current batch. (Inherited from DbDataAdapter.)
Public methodFillOverloaded. Adds or refreshes rows in the DataSet to match those in the data source.
Public methodFillSchemaOverloaded. Adds a DataTable to the specified DataSet.
Protected methodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.)
Protected methodGetBatchedParameterReturns a IDataParameter from one of the commands in the current batch. (Inherited from DbDataAdapter.)
Protected methodGetBatchedRecordsAffectedReturns information about an individual update attempt within a larger batched update. (Inherited from DbDataAdapter.)
Public methodGetFillParametersGets the parameters set by the user when executing an SQL SELECT statement. (Inherited from DbDataAdapter.)
Public methodGetHashCodeServes 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 methodGetServiceReturns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodHasTableMappingsIndicates whether a DataTableMappingCollection has been created. (Inherited from DataAdapter.)
Protected methodInitializeBatchingInitializes batching for the DbDataAdapter. (Inherited from DbDataAdapter.)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodMemberwiseCloneOverloaded.
Protected methodOnFillErrorOverloaded.
Protected methodOnRowUpdatedRaises the RowUpdated event of a .NET Framework data provider. (Inherited from DbDataAdapter.)
Protected methodOnRowUpdatingRaises the RowUpdating event of a .NET Framework data provider. (Inherited from DbDataAdapter.)
Public methodResetFillLoadOptionResets FillLoadOption to its default state and causes DataAdapter..::.Fill to honor AcceptChangesDuringFill. (Inherited from DataAdapter.)
Public methodShouldSerializeAcceptChangesDuringFillDetermines whether the AcceptChangesDuringFill property should be persisted. (Inherited from DataAdapter.)
Public methodShouldSerializeFillLoadOptionDetermines whether the FillLoadOption property should be persisted. (Inherited from DataAdapter.)
Protected methodShouldSerializeTableMappingsDetermines whether one or more DataTableMapping objects exist and they should be persisted. (Inherited from DataAdapter.)
Protected methodTerminateBatchingEnds batching for the DbDataAdapter. (Inherited from DbDataAdapter.)
Public methodToStringReturns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.)
Public methodUpdateOverloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet.
Top
Properties

  NameDescription
Public propertyAcceptChangesDuringFillGets 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. (Inherited from DataAdapter.)
Public propertyAcceptChangesDuringUpdateGets or sets whether AcceptChanges is called during a Update. (Inherited from DataAdapter.)
Protected propertyCanRaiseEventsGets a value indicating whether the component can raise an event. (Inherited from Component.)
Public propertyContainerGets the IContainer that contains the Component. (Inherited from Component.)
Public propertyContinueUpdateOnErrorGets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. (Inherited from DataAdapter.)
Public propertyDeleteCommandGets or sets an SQL statement or stored procedure used to delete records in the database.
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Protected propertyEventsGets the list of event handlers that are attached to this Component. (Inherited from Component.)
Protected propertyFillCommandBehaviorGets or sets the behavior of the command used to fill the data adapter. (Inherited from DbDataAdapter.)
Public propertyFillLoadOptionGets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader. (Inherited from DataAdapter.)
Public propertyInsertCommandGets or sets an SQL statement or stored procedure used to insert new records into the database.
Public propertyMissingMappingActionDetermines the action to take when incoming data does not have a matching table or column. (Inherited from DataAdapter.)
Public propertyMissingSchemaActionDetermines the action to take when existing DataSet schema does not match incoming data. (Inherited from DataAdapter.)
Public propertyReturnProviderSpecificTypesGets or sets whether the Fill method should return provider-specific values or common CLS-compliant values. (Inherited from DataAdapter.)
Public propertySelectCommandGets or sets an SQL statement or stored procedure used to select records in the database.
Public propertySiteGets or sets the ISite of the Component. (Inherited from Component.)
Public propertyTableMappingsGets a collection that provides the master mapping between a source table and a DataTable. (Inherited from DataAdapter.)
Public propertyUpdateBatchSizeGets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch. (Overrides DbDataAdapter..::.UpdateBatchSize.)
Public propertyUpdateCommandGets or sets an SQL statement or stored procedure used to update records in the database.
Top
Events

  NameDescription
Public eventDisposedOccurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)
Public eventFillErrorOverloaded.
Public eventRowUpdatedOccurs during an update operation after a command is executed against the database.
Public eventRowUpdatingOccurs during Update before a command is executed against the data source.
Top
Explicit Interface Implementations

  NameDescription
Public methodCloneOverloaded.
Explicit interface implemetationPrivate propertyIDbDataAdapter..::.DeleteCommand
Explicit interface implemetationPrivate propertyIDbDataAdapter..::.InsertCommand
Explicit interface implemetationPrivate propertyIDbDataAdapter..::.SelectCommand
Explicit interface implemetationPrivate propertyIDataAdapter..::.TableMappingsFor a description of this member, see IDataAdapter..::.TableMappings. (Inherited from DataAdapter.)
Explicit interface implemetationPrivate propertyIDbDataAdapter..::.UpdateCommand
Top
See Also

Reference

Tags :


Page view tracker