Sets the For Update Fragment to the Select Command

Namespace:  NHibernate.SqlCommand
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function SetForUpdateFragment ( _
	fragment As String _
) As SqlSimpleSelectBuilder
C#
public SqlSimpleSelectBuilder SetForUpdateFragment(
	string fragment
)
Visual C++
public:
SqlSimpleSelectBuilder^ SetForUpdateFragment(
	String^ fragment
)
JavaScript
function setForUpdateFragment(fragment);

Parameters

fragment
Type: System..::.String
The fragment to set.

Return Value

The SqlSimpleSelectBuilder

See Also