The Code below
Produces an error
Code:
Public NotInheritable Class SqlCommand
Inherits DbCommand
Implements ICloneable
End Class
Why? And how do I fix it?Type 'DbCommand' is not defined.