dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlTableChangeEventArgs Class / Command Property

In This Topic
Command Property (MySqlTableChangeEventArgs)
In This Topic
Gets MySqlCommand object associated with the table that was modified on the server.
Syntax
'Declaration
 
Public ReadOnly Property Command As MySqlCommand
 

Property Value

A MySqlCommand object.
See Also