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 から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。