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 override string GetForUpdateString(
string aliases
) |
| Visual Basic |
|---|
Public Overrides Function GetForUpdateString ( _
aliases As String _
) As String |
| Visual C++ |
|---|
public:
virtual String^ GetForUpdateString(
String^ aliases
) override |
Return Value
The appropriate FOR UPDATE OF column_list clause string.
See Also