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

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

Syntax

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

Return Value

See Also