Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function ExecuteNonQuery ( _ cmd As IDbCommand _ ) As Integer |
C# |
---|
public int ExecuteNonQuery( IDbCommand cmd ) |
Visual C++ |
---|
public: virtual int ExecuteNonQuery( IDbCommand^ cmd ) sealed |
JavaScript |
---|
function executeNonQuery(cmd); |
Parameters
- cmd
- Type: System.Data..::.IDbCommand