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