File: fx\src\data\System\Data\SqlClient\SqlRowUpdatingEventHandler.cs
Project: ndp\System.Data.csproj (System.Data)
//------------------------------------------------------------------------------
// <copyright file="SqlRowUpdatingEventHandler.cs" company="Microsoft">
//     Copyright (c) Microsoft Corporation.  All rights reserved.
// </copyright>                                                                
// <owner current="true" primary="true">blained</owner>
// <owner current="true" primary="false">laled</owner>
//------------------------------------------------------------------------------
 
namespace System.Data.SqlClient {
 
    public delegate void SqlRowUpdatingEventHandler(object sender, SqlRowUpdatingEventArgs e);
}