Класс BusinessLogicDataAdapter
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
Пространство имен: Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка: Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Синтаксис
'Декларация
Public Class BusinessLogicDataAdapter _
Inherits DbDataAdapter _
Implements IDbDataAdapter, IDataAdapter
'Применение
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
Тип BusinessLogicDataAdapter обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
BusinessLogicDataAdapter | Initializes a new instance of the BusinessLogicDataAdapter class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
AcceptChangesDuringFill | (Производный от DataAdapter.) | |
AcceptChangesDuringUpdate | (Производный от DataAdapter.) | |
CanRaiseEvents | (Производный от Component.) | |
Container | (Производный от Component.) | |
ContinueUpdateOnError | (Производный от DataAdapter.) | |
DeleteCommand | Gets or sets a stored procedure for deleting records from the data set. | |
DesignMode | (Производный от Component.) | |
Events | (Производный от Component.) | |
FillCommandBehavior | (Производный от DbDataAdapter.) | |
FillLoadOption | (Производный от DataAdapter.) | |
InsertCommand | Gets or sets a stored procedure used to insert records from the data source. | |
MissingMappingAction | (Производный от DataAdapter.) | |
MissingSchemaAction | (Производный от DataAdapter.) | |
ReturnProviderSpecificTypes | (Производный от DataAdapter.) | |
SelectCommand | Gets or sets a stored procedure used to select records from the data set. | |
Site | (Производный от Component.) | |
TableMappings | (Производный от DataAdapter.) | |
UpdateBatchSize | (Производный от DbDataAdapter.) | |
UpdateCommand | Gets or sets a stored procedure used to update records from the data source. |
В начало
Методы
В начало
События
Имя | Описание | |
---|---|---|
Disposed | (Производный от Component.) | |
FillError | (Производный от 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. |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
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 | (Производный от DbDataAdapter.) | |
IDataAdapter.TableMappings | (Производный от DataAdapter.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport