次の方法で共有


SqlCeRowUpdatedEventArgs コンストラクタ

メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。

SqlCeRowUpdatedEventArgs クラスの新しいインスタンスを初期化します。

Public Sub New( _
   ByVal dataRow As DataRow, _   ByVal command As IDbCommand, _   ByVal statementType As StatementType, _   ByVal tableMapping As DataTableMapping _)
[C#]
public SqlCeRowUpdatedEventArgs(
   DataRowdataRow,IDbCommandcommand,StatementTypestatementType,DataTableMappingtableMapping);
[C++]
public: SqlCeRowUpdatedEventArgs(
   DataRow* dataRow,IDbCommand* command,StatementTypestatementType,DataTableMapping* tableMapping);
[JScript]
public function SqlCeRowUpdatedEventArgs(
   dataRow : DataRow,command : IDbCommand,statementType : StatementType,tableMapping : DataTableMapping);

パラメータ

必要条件

プラットフォーム: .NET Compact Framework - Windows CE .NET

.NET Framework セキュリティ:

参照

SqlCeRowUpdatedEventArgs クラス | SqlCeRowUpdatedEventArgs メンバ | System.Data.SqlServerCe 名前空間