A blog dedicated to C# (C-Sharp) language who every windows developer dreams of mastering. This blog contains all terms of C# language explained in as simple way as possible, to give you a good start as you advance.
Tuesday, December 8, 2015
C# when to use ExecuteNonQuery()
ExecuteNonQuery-
ExecuteNonQuery does not return any data at all. it is used basically to insert update operationas on table.
No comments:
Post a Comment