Executes the batch

Namespace: NHibernate.AdoNet
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public int ExecuteNonQuery()
Visual Basic
Public Function ExecuteNonQuery As Integer
Visual C++
public:
int ExecuteNonQuery()

Return Value

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

See Also