'Declaration Public Overloads Sub AddCommandDependency( _ ByVal command As MySqlCommand, _ ByVal checkType As MySqlDependencyCheckType _ )
public void AddCommandDependency( MySqlCommand command, MySqlDependencyCheckType checkType )
Parameters
- command
- The MySqlCommand object to watch for.
- checkType
- The check method to use for checking tables for changes. See MySqlDependencyCheckType for more details.