Represents an SQL for update of ... nowait statement
Namespace:
NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class ForUpdateFragment |
C# |
---|
public class ForUpdateFragment |
Visual C++ |
---|
public ref class ForUpdateFragment |
JavaScript |
---|
NHibernate.SqlCommand.ForUpdateFragment = function(); Type.createClass( 'NHibernate.SqlCommand.ForUpdateFragment'); |