| 123456789101112131415161718 |
- //
- // System.Data.OleDb.OleDbRowUpdatedEventArgs
- //
- // Author:
- // Rodrigo Moya ([email protected])
- //
- // Copyright (C) Rodrigo Moya, 2002
- //
- using System.Data;
- using System.Data.Common;
- namespace System.Data.OleDb
- {
- public sealed class OleDbRowUpdatedEventArgs : RowUpdatedEventArgs
- {
- }
- }
|