Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
NHibernate API Reference
IQuery
.
.
::
.
.
ExecuteUpdate Method
IQuery Interface
See Also
Send Feedback
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
IQuery Interface
NHibernate Namespace