ExecuteNonQuery
ExecuteNonQuery
method will return number of rows effected with INSERT, DELETE or UPDATE
operations.
This ExecuteNonQuery method will be used only for insert, update and delete, Create, and SET statements.
ExecuteScalar
Execute
Scalar will return single row single column value i.e. single value, on
execution of SQL Query or Stored procedure using command object. It’s very fast
to retrieve single values from database.
ExecuteReader
No comments:
Post a Comment