Executes the batch

Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function ExecuteNonQuery As Integer
C#
public int ExecuteNonQuery()
Visual C++
public:
int ExecuteNonQuery()
JavaScript
function executeNonQuery();

Return Value

This seems to be returning the total number of affected rows in all queries

See Also