Dynamicweb 8 Documentation
ExecuteNonQuery Method

Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.
Overload List
OverloadDescription
ExecuteNonQuery(String)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,String)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,IDbConnection,IDbTransaction)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,IDbConnection)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,Int32)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,Int32,String)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,Int32,IDbConnection)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,Boolean)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,Boolean,String)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,Boolean,IDbConnection)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,Int32,Boolean)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,Int32,Boolean,String)Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected.  
ExecuteNonQuery(String,Int32,Boolean,IDbConnection)  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Database Class
Database Members

Send Feedback