| 123456789101112131415 |
- //
- // System.Data.Odbc.OdbcRowUpdatingEventHandler.cs
- //
- // Author:
- // Rodrigo Moya ([email protected])
- // Daniel Morgan ([email protected])
- //
- // (C) Ximian, Inc 2002
- //
- using System;
- namespace System.Data.Odbc {
- public delegate void OdbcRowUpdatingEventHandler(object sender, OdbcRowUpdatingEventArgs e);
- }
|