Firebird ADO.NET Provider SDK Documentation - v1.7

FbRowUpdatingEventArgs.Command Property

Gets the FbCommand executed when Update is called.

[Visual Basic]
Overloads Public Property Command As FbCommand
[C#]
new public FbCommand Command {get; set;}

Property Value

The FbCommand executed when Update is called.

See Also

FbRowUpdatingEventArgs Class | FirebirdSql.Data.Firebird Namespace