メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。
SqlCeRowUpdatingEventArgs クラスの新しいインスタンスを初期化します。
Public Sub New( _
ByVal dataRow As DataRow, _ ByVal command As IDbCommand, _ ByVal statementType As StatementType, _ ByVal tableMapping As DataTableMapping _)
[C#]
public SqlCeRowUpdatingEventArgs(
DataRowdataRow,IDbCommandcommand,StatementTypestatementType,DataTableMappingtableMapping);
[C++]
public: SqlCeRowUpdatingEventArgs(
DataRow* dataRow,IDbCommand* command,StatementTypestatementType,DataTableMapping* tableMapping);
[JScript]
public function SqlCeRowUpdatingEventArgs(
dataRow : DataRow,command : IDbCommand,statementType : StatementType,tableMapping : DataTableMapping);
パラメータ
- dataRow
Update を実行する DataRow 。 - command
Update 処理中に実行する IDbCommand 。 - statementType
実行されたクエリの種類を指定する StatementType 値の 1 つ。 - tableMapping
Update を通じて送信された DataTableMapping 。
必要条件
プラットフォーム: .NET Compact Framework - Windows CE .NET
.NET Framework セキュリティ:
- 直前の呼び出し元の完全信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細の参照先 : 部分信頼コードからのライブラリの使用
参照
SqlCeRowUpdatingEventArgs クラス | SqlCeRowUpdatingEventArgs メンバ | System.Data.SqlServerCe 名前空間