Share via


SqlCeDatabase.ExecuteNonQuery 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.

The latest Enterprise Library information can be found at the Enterprise Library site.

Overload List

  Name Description
Ee745095.pubmethod(en-us,PandP.10).gif ExecuteNonQuery(DbCommand)

Executes the command and returns the number of rows affected.

(Inherited from Database.)
Ee745095.pubmethod(en-us,PandP.10).gif ExecuteNonQuery(DbCommand, DbTransaction)

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

(Inherited from Database.)
Ee745095.pubmethod(en-us,PandP.10).gif ExecuteNonQuery(CommandType, String)

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

(Inherited from Database.)
Ee745095.pubmethod(en-us,PandP.10).gif ExecuteNonQuery(String, array<Object[])
Stored procedures are not support on SQL Server CE.
(Overrides DatabaseExecuteNonQuery(String, array<Object[]).)
Ee745095.pubmethod(en-us,PandP.10).gif ExecuteNonQuery(DbTransaction, String, array<Object[])

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

(Inherited from Database.)
Ee745095.pubmethod(en-us,PandP.10).gif 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.)

See Also

SqlCeDatabase Class

SqlCeDatabase Members

Microsoft.Practices.EnterpriseLibrary.Data.SqlCe Namespace