Generate the SQL that selects a row by id using FOR UPDATE NOWAIT

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Function GenerateSelectForUpdateNoWaitString As SqlString
C#
protected SqlString GenerateSelectForUpdateNoWaitString()
Visual C++
protected:
SqlString^ GenerateSelectForUpdateNoWaitString()
JavaScript
function generateSelectForUpdateNoWaitString();

Return Value

See Also