BusinessLogicDataAdapter 类
继承层次结构
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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
AcceptChangesDuringFill | (从 DataAdapter 继承。) | |
AcceptChangesDuringUpdate | (从 DataAdapter 继承。) | |
CanRaiseEvents | (从 Component 继承。) | |
Container | (从 Component 继承。) | |
ContinueUpdateOnError | (从 DataAdapter 继承。) | |
DeleteCommand | ||
DesignMode | (从 Component 继承。) | |
Events | (从 Component 继承。) | |
FillCommandBehavior | (从 DbDataAdapter 继承。) | |
FillLoadOption | (从 DataAdapter 继承。) | |
InsertCommand | ||
MissingMappingAction | (从 DataAdapter 继承。) | |
MissingSchemaAction | (从 DataAdapter 继承。) | |
ReturnProviderSpecificTypes | (从 DataAdapter 继承。) | |
SelectCommand | ||
Site | (从 Component 继承。) | |
TableMappings | (从 DataAdapter 继承。) | |
UpdateBatchSize | (从 DbDataAdapter 继承。) | |
UpdateCommand |
页首
方法
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IDbDataAdapter. . :: . .DeleteCommand | ||
IDbDataAdapter. . :: . .InsertCommand | ||
IDbDataAdapter. . :: . .SelectCommand | ||
IDbDataAdapter. . :: . .UpdateCommand | ||
ICloneable. . :: . .Clone | (从 DbDataAdapter 继承。) | |
IDataAdapter. . :: . .TableMappings | (从 DataAdapter 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。