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 |
先頭に戻る
メソッド
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
Disposed | (Component から継承されています。) | |
FillError | (DataAdapter から継承されています。) | |
RowUpdated | ||
RowUpdating |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IDbDataAdapter. . :: . .DeleteCommand | ||
IDbDataAdapter. . :: . .InsertCommand | ||
IDbDataAdapter. . :: . .SelectCommand | ||
IDbDataAdapter. . :: . .UpdateCommand | ||
ICloneable. . :: . .Clone | (DbDataAdapter から継承されています。) | |
IDataAdapter. . :: . .TableMappings | (DataAdapter から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。