Generate the SQL that selects a row by id using FOR UPDATE
Namespace:
NHibernate.Persister.EntityAssembly: 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(); |