Identify the option that is not a method of the ADODBCommand object.
Explanation
Among the listed methods, 'Open' is not associated with the ADODBCommand object. The other options, such as ExecuteScalar, ExecuteReader, and ExecuteStream, are recognized methods in similar database command objects.