BusinessLogicDataAdapter Class
Represents the business logic data adapter.
Inheritance Hierarchy
System.Object
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)
Syntax
'Declaration
Public Class BusinessLogicDataAdapter _
Inherits DbDataAdapter _
Implements IDbDataAdapter, IDataAdapter
'Usage
Dim instance As BusinessLogicDataAdapter
public class BusinessLogicDataAdapter : DbDataAdapter,
IDbDataAdapter, IDataAdapter
public ref class BusinessLogicDataAdapter : public DbDataAdapter,
IDbDataAdapter, IDataAdapter
type BusinessLogicDataAdapter =
class
inherit DbDataAdapter
interface IDbDataAdapter
interface IDataAdapter
end
public class BusinessLogicDataAdapter extends DbDataAdapter implements IDbDataAdapter, IDataAdapter
The BusinessLogicDataAdapter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BusinessLogicDataAdapter | Initializes a new instance of the BusinessLogicDataAdapter class. |
Top
Properties
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
Methods
Top
Events
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. |
Top
Explicit Interface Implementations
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace