BusinessLogicDataAdapter Class
SQL Server 2012
Represents the business logic data adapter.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Data.Common.DataAdapter
System.Data.Common.DbDataAdapter
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicDataAdapter
System.MarshalByRefObject
System.ComponentModel.Component
System.Data.Common.DataAdapter
System.Data.Common.DbDataAdapter
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicDataAdapter
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
The BusinessLogicDataAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BusinessLogicDataAdapter | Initializes a new instance of the BusinessLogicDataAdapter class. |
| Name | Description | |
|---|---|---|
![]() | AcceptChangesDuringFill | (Inherited from DataAdapter.) |
![]() | AcceptChangesDuringUpdate | (Inherited from DataAdapter.) |
![]() | CanRaiseEvents | (Inherited from Component.) |
![]() | Container | (Inherited from Component.) |
![]() | ContinueUpdateOnError | (Inherited from DataAdapter.) |
![]() | DeleteCommand | Gets or sets a stored procedure for deleting records from the data set. |
![]() | DesignMode | (Inherited from Component.) |
![]() | Events | (Inherited from Component.) |
![]() | FillCommandBehavior | (Inherited from DbDataAdapter.) |
![]() | FillLoadOption | (Inherited from DataAdapter.) |
![]() | InsertCommand | Gets or sets a stored procedure used to insert records from the data source. |
![]() | MissingMappingAction | (Inherited from DataAdapter.) |
![]() | MissingSchemaAction | (Inherited from DataAdapter.) |
![]() | ReturnProviderSpecificTypes | (Inherited from DataAdapter.) |
![]() | SelectCommand | Gets or sets a stored procedure used to select records from the data set. |
![]() | Site | (Inherited from Component.) |
![]() | TableMappings | (Inherited from DataAdapter.) |
![]() | UpdateBatchSize | (Inherited from DbDataAdapter.) |
![]() | UpdateCommand | Gets or sets a stored procedure used to update records from the data source. |
Top
| Name | Description | |
|---|---|---|
![]() | Disposed | (Inherited from Component.) |
![]() | FillError | (Inherited from DataAdapter.) |
![]() | RowUpdated | Occurs during update after a command is executed against the data source. |
![]() | RowUpdating | Occurs during update before a command is executed against the data source. |
| Name | Description | |
|---|---|---|
![]() ![]() | IDbDataAdapter.DeleteCommand | Gets or sets a stored procedure for deleting records from the data set. |
![]() ![]() | IDbDataAdapter.InsertCommand | Gets or sets a stored procedure used to insert records from the data source. |
![]() ![]() | IDbDataAdapter.SelectCommand | Gets or sets a stored procedure used to select records from the data set. |
![]() ![]() | IDbDataAdapter.UpdateCommand | Gets or sets a stored procedure used to update records from the data source. |
![]() ![]() | ICloneable.Clone | (Inherited from DbDataAdapter.) |
![]() ![]() | IDataAdapter.TableMappings | (Inherited from DataAdapter.) |

