Wednesday 19 August 2015

What is return type of ExecuteNonQuery in C#.Net

The return type of ExecuteNonQuery is Int.

              ExecuteNonQuery  is executing the DML commands then it returns Int.

No comments:

Post a Comment