BusinessLogicDataAdapter Methods

Include Protected Members
Include Inherited Members

The BusinessLogicDataAdapter type exposes the following members.

Methods

  Name Description
Protected method AddToBatch(IDbCommand) (Inherited from DbDataAdapter.)
Protected method ClearBatch() (Inherited from DbDataAdapter.)
Protected method CloneInternals() Obsolete. (Inherited from DataAdapter.)
Public method CreateObjRef(Type) (Inherited from MarshalByRefObject.)
Protected method CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping) (Overrides DbDataAdapter.CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping).)
Protected method CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping) (Overrides DbDataAdapter.CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping).)
Protected method CreateTableMappings() (Inherited from DataAdapter.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from DbDataAdapter.)
Public method Equals(Object) (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, array<DataTable[]) (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(array<DataTable[], IDataReader, Int32, Int32) (Inherited from DataAdapter.)
Protected method Fill(array<DataTable[], 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 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(Int32, Int32) (Inherited from DbDataAdapter.)
Protected method GetBatchedRecordsAffected(Int32, Int32%, Exception%) (Inherited from DbDataAdapter.)
Public method GetFillParameters() (Inherited from DbDataAdapter.)
Public method GetHashCode() (Inherited from Object.)
Public method GetLifetimeService() (Inherited from MarshalByRefObject.)
Protected method GetService(Type) (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(FillErrorEventArgs) (Inherited from DataAdapter.)
Protected method OnRowUpdated(RowUpdatedEventArgs) (Overrides DbDataAdapter.OnRowUpdated(RowUpdatedEventArgs).)
Protected method OnRowUpdating(RowUpdatingEventArgs) (Overrides DbDataAdapter.OnRowUpdating(RowUpdatingEventArgs).)
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(array<DataRow[]) (Inherited from DbDataAdapter.)
Public method Update(DataTable) (Inherited from DbDataAdapter.)
Public method Update(DataSet, String) (Inherited from DbDataAdapter.)
Protected method Update(array<DataRow[], DataTableMapping) (Inherited from DbDataAdapter.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone() (Inherited from DbDataAdapter.)

Top