Firebird ADO.NET Provider SDK Documentation - v1.7

FbRowUpdatedEventArgs.Command Property

Gets the FbCommand executed when Update is called.

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

Property Value

The FbCommand executed when Update is called.

See Also

FbRowUpdatedEventArgs Class | FirebirdSql.Data.Firebird Namespace