DbDataAdapter.CreateRowUpdatingEvent メソッド
アセンブリ: System.Data (system.data.dll 内)
構文Protected Overridable Function CreateRowUpdatingEvent ( _ dataRow As DataRow, _ command As IDbCommand, _ statementType As StatementType, _ tableMapping As DataTableMapping _ ) As RowUpdatingEventArgs
Dim dataRow As DataRow Dim command As IDbCommand Dim statementType As StatementType Dim tableMapping As DataTableMapping Dim returnValue As RowUpdatingEventArgs returnValue = Me.CreateRowUpdatingEvent(dataRow, command, statementType, tableMapping)
protected virtual RowUpdatingEventArgs CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
protected: virtual RowUpdatingEventArgs^ CreateRowUpdatingEvent ( DataRow^ dataRow, IDbCommand^ command, StatementType statementType, DataTableMapping^ tableMapping )
protected RowUpdatingEventArgs CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
protected function CreateRowUpdatingEvent ( dataRow : DataRow, command : IDbCommand, statementType : StatementType, tableMapping : DataTableMapping ) : RowUpdatingEventArgs
- tableMapping
DataTableMapping オブジェクト。
RowUpdatingEventArgs クラスの新しいインスタンス。
解説
プラットフォームWindows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Weblioに収録されているすべての辞書からDbDataAdapter.CreateRowUpdatingEvent メソッドを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からDbDataAdapter.CreateRowUpdatingEvent メソッド
を検索
- DbDataAdapter.CreateRowUpdatingEvent メソッドのページへのリンク