.NET Framework Class Library
SqlDataAdapter Methods

The SqlDataAdapter type exposes the following members.

Methods

  NameDescription
Protected methodSupported by the .NET Compact FrameworkAddToBatchAdds a IDbCommand to the current batch. (Inherited from DbDataAdapter.)
Protected methodClearBatchRemoves all IDbCommand objects from the batch. (Inherited from DbDataAdapter.)
Protected methodSupported by the .NET Compact FrameworkCloneInternals 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 methodSupported by the .NET Compact FrameworkCreateRowUpdatedEventInitializes a new instance of the RowUpdatedEventArgs class. (Inherited from DbDataAdapter.)
Protected methodSupported by the .NET Compact FrameworkCreateRowUpdatingEventInitializes a new instance of the RowUpdatingEventArgs class. (Inherited from DbDataAdapter.)
Protected methodSupported by the .NET Compact FrameworkCreateTableMappingsCreates a new DataTableMappingCollection. (Inherited from DataAdapter.)
Public methodSupported by the .NET Compact FrameworkDisposeOverloaded. Releases the resources used by the Component.
Public methodSupported by the .NET Compact FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodExecuteBatchExecutes the current batch. (Inherited from DbDataAdapter.)
Public methodSupported by the .NET Compact FrameworkFillOverloaded. Adds or refreshes rows in the DataSet to match those in the data source.
Public methodSupported by the .NET Compact FrameworkFillSchemaOverloaded. Adds a DataTable to the specified DataSet.
Protected methodSupported by the .NET Compact FrameworkFinalizeOverloaded.
Protected methodSupported by the .NET Compact FrameworkGetBatchedParameterReturns a IDataParameter from one of the commands in the current batch. (Inherited from DbDataAdapter.)
Protected methodSupported by the .NET Compact FrameworkGetBatchedRecordsAffectedReturns information about an individual update attempt within a larger batched update. (Inherited from DbDataAdapter.)
Public methodSupported by the .NET Compact FrameworkGetFillParametersGets the parameters set by the user when executing an SQL SELECT statement. (Inherited from DbDataAdapter.)
Public methodSupported by the .NET Compact FrameworkGetHashCodeServes 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 methodSupported by the .NET Compact FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkHasTableMappingsIndicates 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 methodSupported by the .NET Compact FrameworkMemberwiseCloneOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnFillErrorOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnRowUpdatedRaises the RowUpdated event of a .NET Framework data provider. (Inherited from DbDataAdapter.)
Protected methodSupported by the .NET Compact FrameworkOnRowUpdatingRaises the RowUpdating event of a .NET Framework data provider. (Inherited from DbDataAdapter.)
Public methodSupported by the .NET Compact FrameworkResetFillLoadOptionResets FillLoadOption to its default state and causes DataAdapter..::.Fill to honor AcceptChangesDuringFill. (Inherited from DataAdapter.)
Public methodSupported by the .NET Compact FrameworkShouldSerializeAcceptChangesDuringFillDetermines whether the AcceptChangesDuringFill property should be persisted. (Inherited from DataAdapter.)
Public methodSupported by the .NET Compact FrameworkShouldSerializeFillLoadOptionDetermines whether the FillLoadOption property should be persisted. (Inherited from DataAdapter.)
Protected methodSupported by the .NET Compact FrameworkShouldSerializeTableMappingsDetermines 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 methodSupported by the .NET Compact FrameworkToStringOverloaded.
Public methodSupported by the .NET Compact FrameworkUpdateOverloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet.
Top
See Also

Reference

Tags :


Page view tracker