by Janice Friedman | Jun 7, 2016 | Lessons
This lesson describes the SqlCommand object and how you use it to interact with a database. Here are the objectives of this lesson: Know what a command object is. Learn how to use the ExecuteReader method to query data. Learn how to use the ExecuteNonQuery method to...