Parameters
- command
- The MySqlCommand object to watch for.
- checkType
- The check method to use for checking tables for changes. See MySqlDependencyCheckType for more details.
You can associate more than one MySqlCommand objects. Every MySqlCommand object can be associated with a single MySqlDependency instance.
MySqlDependency analyzes the CommandText property of every MySqlCommand object and extracts names of the tables to watch basing on the FROM clause of the SELECT statements.