DbDataAdapter.CreateRowUpdatedEvent メソッド
アセンブリ: System.Data (system.data.dll 内)
構文Protected Overridable Function CreateRowUpdatedEvent ( _ dataRow As DataRow, _ command As IDbCommand, _ statementType As StatementType, _ tableMapping As DataTableMapping _ ) As RowUpdatedEventArgs
Dim dataRow As DataRow Dim command As IDbCommand Dim statementType As StatementType Dim tableMapping As DataTableMapping Dim returnValue As RowUpdatedEventArgs returnValue = Me.CreateRowUpdatedEvent(dataRow, command, statementType, tableMapping)
protected virtual RowUpdatedEventArgs CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
protected: virtual RowUpdatedEventArgs^ CreateRowUpdatedEvent ( DataRow^ dataRow, IDbCommand^ command, StatementType statementType, DataTableMapping^ tableMapping )
protected RowUpdatedEventArgs CreateRowUpdatedEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
protected function CreateRowUpdatedEvent ( dataRow : DataRow, command : IDbCommand, statementType : StatementType, tableMapping : DataTableMapping ) : RowUpdatedEventArgs
- tableMapping
DataTableMapping オブジェクト。
RowUpdatedEventArgs クラスの新しいインスタンス。
解説
プラットフォーム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.CreateRowUpdatedEvent メソッドを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からDbDataAdapter.CreateRowUpdatedEvent メソッド
を検索
- DbDataAdapter.CreateRowUpdatedEvent メソッドのページへのリンク