Get the FOR UPDATE OF column_list fragment appropriate for this
dialect given the aliases of the columns to be write locked.
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual string GetForUpdateString(
string aliases
) |
Visual Basic |
---|
Public Overridable Function GetForUpdateString ( _
aliases As String _
) As String |
Visual C++ |
---|
public:
virtual String^ GetForUpdateString(
String^ aliases
) |
Return Value
The appropriate FOR UPDATE OF column_list clause string.
See Also