Execute the update or delete statement.

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

Syntax

C#
int ExecuteUpdate()
Visual Basic
Function ExecuteUpdate As Integer
Visual C++
int ExecuteUpdate()

Return Value

The number of entities updated or deleted.

See Also