BusinessLogicDataAdapter Properties

Include Protected Members
Include Inherited Members

The BusinessLogicDataAdapter type exposes the following members.

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
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
Public property MissingMappingAction (Inherited from DataAdapter.)
Public property MissingSchemaAction (Inherited from DataAdapter.)
Public property ReturnProviderSpecificTypes (Inherited from DataAdapter.)
Public property SelectCommand
Public property Site (Inherited from Component.)
Public property TableMappings (Inherited from DataAdapter.)
Public property UpdateBatchSize (Inherited from DbDataAdapter.)
Public property UpdateCommand

Top

Explicit Interface Implementations

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

Top