BusinessLogicDataAdapter Class
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.
Properties
Name | Description | |
---|---|---|
AcceptChangesDuringFill | (Inherited from DataAdapter.) | |
AcceptChangesDuringUpdate | (Inherited from DataAdapter.) | |
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
ContinueUpdateOnError | (Inherited from DataAdapter.) | |
DeleteCommand | ||
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
FillCommandBehavior | (Inherited from DbDataAdapter.) | |
FillLoadOption | (Inherited from DataAdapter.) | |
InsertCommand | ||
MissingMappingAction | (Inherited from DataAdapter.) | |
MissingSchemaAction | (Inherited from DataAdapter.) | |
ReturnProviderSpecificTypes | (Inherited from DataAdapter.) | |
SelectCommand | ||
Site | (Inherited from Component.) | |
TableMappings | (Inherited from DataAdapter.) | |
UpdateBatchSize | (Inherited from DbDataAdapter.) | |
UpdateCommand |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) | |
FillError | (Inherited from DataAdapter.) | |
RowUpdated | ||
RowUpdating |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDbDataAdapter.DeleteCommand | ||
IDbDataAdapter.InsertCommand | ||
IDbDataAdapter.SelectCommand | ||
IDbDataAdapter.UpdateCommand | ||
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.