ARTICLE
How do I Execute Stored Procedures and Views?
Tags: .NET, CommandText, CommandType, Execute Stored Procedures, Execute Views., ExecuteNonQuery, ExecuteReader, ExecuteScalar, FAQ, Stored Procedures, VB.NET, Views
This article explains that how we can execute stored procedures and views.You can execute stored procedures and views using three execute methods of SqlCommand object.