OracleRowUpdatingEventArgs プロパティ

名前 | 説明 | |
---|---|---|
![]() | Command | Update の実行時に実行する OracleCommand を取得または設定します。 |
![]() | Errors | Command の実行時に .NET Framework データ プロバイダが生成したエラーを取得します。 ( RowUpdatingEventArgs から継承されます。) |
![]() | Row | 挿入、更新、または削除操作の一部としてサーバーに送信される DataRow を取得します。 ( RowUpdatingEventArgs から継承されます。) |
![]() | StatementType | 実行する SQL ステートメントの種類を取得します。 ( RowUpdatingEventArgs から継承されます。) |
![]() | Status | Command プロパティの UpdateStatus を取得または設定します。 ( RowUpdatingEventArgs から継承されます。) |
![]() | TableMapping | Update を通じて送信する DataTableMapping を取得します。 ( RowUpdatingEventArgs から継承されます。) |


- OracleRowUpdatingEventArgs プロパティのページへのリンク