dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRowUpdatedEventArgs Class / Command Property

In This Topic
Command Property (PgSqlRowUpdatedEventArgs)
In This Topic
Syntax
'Declaration
 
Public Shadows ReadOnly Property Command As PgSqlCommand
 

Property Value

The PgSqlCommand to execute when System.Data.Common.DbDataAdapter.Update() is called.
See Also