This topic has not yet been rated - Rate this topic

SqlDatabaseExecuteNonQuery Method

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

  NameDescription
Public method ExecuteNonQuery(DbCommand)

Executes the command and returns the number of rows affected.

(Inherited from Database.)
Public method ExecuteNonQuery(CommandType, String)

Executes the commandText interpreted as specified by the commandType and returns the number of rows affected.

(Inherited from Database.)
Public method ExecuteNonQuery(DbCommand, DbTransaction)

Executes the command within the given transaction, and returns the number of rows affected.

(Inherited from Database.)
Public method ExecuteNonQuery(String, Object)

Executes the storedProcedureName using the given parameterValues and returns the number of rows affected.

(Inherited from Database.)
Public method ExecuteNonQuery(DbTransaction, CommandType, String)

Executes the commandText interpreted as specified by the commandType as part of the given transaction and returns the number of rows affected.

(Inherited from Database.)
Public method ExecuteNonQuery(DbTransaction, String, Object)

Executes the storedProcedureName using the given parameterValues within a transaction and returns the number of rows affected.

(Inherited from Database.)
Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Did you find this helpful?
(1500 characters remaining)