Share via


DataReaderAdapter Members

Include Protected Members
Include Inherited Members

This class and its members are reserved for internal use and are not intended to be used in your code.

The DataReaderAdapter type exposes the following members.

Constructors

  Name Description
Public method DataReaderAdapter This member is reserved for internal use and is not intended to be used directly from your code.

Top

Properties

  Name Description
Public property AcceptChangesDuringFill (Inherited from DataAdapter.)
Public property AcceptChangesDuringUpdate (Inherited from DataAdapter.)
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Public property ContinueUpdateOnError (Inherited from DataAdapter.)
Public property DeleteCommand (Inherited from DbDataAdapter.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Protected property FillCommandBehavior (Inherited from DbDataAdapter.)
Public property FillLoadOption (Inherited from DataAdapter.)
Public property InsertCommand (Inherited from DbDataAdapter.)
Public property MissingMappingAction (Inherited from DataAdapter.)
Public property MissingSchemaAction (Inherited from DataAdapter.)
Public property ReturnProviderSpecificTypes (Inherited from DataAdapter.)
Public property SelectCommand (Inherited from DbDataAdapter.)
Public property Site (Inherited from Component.)
Public property TableMappings (Inherited from DataAdapter.)
Public property UpdateBatchSize (Inherited from DbDataAdapter.)
Public property UpdateCommand (Inherited from DbDataAdapter.)

Top

Methods

  Name Description
Protected method AddToBatch (Inherited from DbDataAdapter.)
Protected method ClearBatch (Inherited from DbDataAdapter.)
Protected method CloneInternals Obsolete. (Inherited from DataAdapter.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Protected method CreateRowUpdatedEvent (Inherited from DbDataAdapter.)
Protected method CreateRowUpdatingEvent (Inherited from DbDataAdapter.)
Protected method CreateTableMappings (Inherited from DataAdapter.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from DbDataAdapter.)
Public method Equals (Inherited from Object.)
Protected method ExecuteBatch (Inherited from DbDataAdapter.)
Public method Fill(DataSet) (Inherited from DbDataAdapter.)
Public method Fill(DataTable) (Inherited from DbDataAdapter.)
Public method Fill(DataSet, String) (Inherited from DbDataAdapter.)
Protected method Fill(DataTable, IDataReader) (Inherited from DataAdapter.)
Public method Fill(Int32, Int32, []) (Inherited from DbDataAdapter.)
Protected method Fill(DataTable, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Public method Fill(DataSet, Int32, Int32, String) (Inherited from DbDataAdapter.)
Protected method Fill([], IDataReader, Int32, Int32) (Inherited from DataAdapter.)
Protected method Fill([], Int32, Int32, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Protected method Fill(DataSet, String, IDataReader, Int32, Int32) (Inherited from DataAdapter.)
Protected method Fill(DataSet, Int32, Int32, String, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Public method FillFromReader This member is reserved for internal use and is not intended to be used directly from your code.
Public method FillSchema(DataTable, SchemaType) (Inherited from DbDataAdapter.)
Public method FillSchema(DataSet, SchemaType) (Inherited from DbDataAdapter.)
Public method FillSchema(DataSet, SchemaType, String) (Inherited from DbDataAdapter.)
Protected method FillSchema(DataTable, SchemaType, IDataReader) (Inherited from DataAdapter.)
Protected method FillSchema(DataTable, SchemaType, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Protected method FillSchema(DataSet, SchemaType, String, IDataReader) (Inherited from DataAdapter.)
Protected method FillSchema(DataSet, SchemaType, IDbCommand, String, CommandBehavior) (Inherited from DbDataAdapter.)
Protected method Finalize (Inherited from Component.)
Protected method GetBatchedParameter (Inherited from DbDataAdapter.)
Protected method GetBatchedRecordsAffected (Inherited from DbDataAdapter.)
Public method GetFillParameters (Inherited from DbDataAdapter.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Protected method HasTableMappings (Inherited from DataAdapter.)
Protected method InitializeBatching (Inherited from DbDataAdapter.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method OnFillError (Inherited from DataAdapter.)
Protected method OnRowUpdated (Inherited from DbDataAdapter.)
Protected method OnRowUpdating (Inherited from DbDataAdapter.)
Public method ResetFillLoadOption (Inherited from DataAdapter.)
Public method ShouldSerializeAcceptChangesDuringFill (Inherited from DataAdapter.)
Public method ShouldSerializeFillLoadOption (Inherited from DataAdapter.)
Protected method ShouldSerializeTableMappings (Inherited from DataAdapter.)
Protected method TerminateBatching (Inherited from DbDataAdapter.)
Public method ToString (Inherited from Component.)
Public method Update(DataSet) (Inherited from DbDataAdapter.)
Public method Update([]) (Inherited from DbDataAdapter.)
Public method Update(DataTable) (Inherited from DbDataAdapter.)
Public method Update(DataSet, String) (Inherited from DbDataAdapter.)
Protected method Update([], DataTableMapping) (Inherited from DbDataAdapter.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)
Public event FillError (Inherited from DataAdapter.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone (Inherited from DbDataAdapter.)
Explicit interface implemetationPrivate property IDbDataAdapter.DeleteCommand (Inherited from DbDataAdapter.)
Explicit interface implemetationPrivate property IDbDataAdapter.InsertCommand (Inherited from DbDataAdapter.)
Explicit interface implemetationPrivate property IDbDataAdapter.SelectCommand (Inherited from DbDataAdapter.)
Explicit interface implemetationPrivate property IDataAdapter.TableMappings (Inherited from DataAdapter.)
Explicit interface implemetationPrivate property IDbDataAdapter.UpdateCommand (Inherited from DbDataAdapter.)

Top

See Also

Reference

DataReaderAdapter Class

Microsoft.SharePoint.Portal.WebControls Namespace