Firebird ADO.NET Provider SDK Documentation - v1.7

FbRowUpdatingEventArgs Class

Provides data for the RowUpdating event. This class cannot be inherited.

For a list of all members of this type, see FbRowUpdatingEventArgs Members.

System.Object
   System.EventArgs
      System.Data.Common.RowUpdatingEventArgs
         FirebirdSql.Data.Firebird.FbRowUpdatingEventArgs

[Visual Basic]
NotInheritable Public Class FbRowUpdatingEventArgs
    Inherits RowUpdatingEventArgs
[C#]
public sealed class FbRowUpdatingEventArgs : RowUpdatingEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: FirebirdSql.Data.Firebird

Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)

See Also

FbRowUpdatingEventArgs Members | FirebirdSql.Data.Firebird Namespace