Generates an SqlString that selects a row by id
Namespace:
NHibernate.Persister.Entity
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Function GenerateSelectString ( _
forUpdateFragment As String _
) As SqlString |
C# |
---|
protected virtual SqlString GenerateSelectString(
string forUpdateFragment
) |
Visual C++ |
---|
protected:
virtual SqlString^ GenerateSelectString(
String^ forUpdateFragment
) |
JavaScript |
---|
function generateSelectString(forUpdateFragment); |
Parameters
- forUpdateFragment
- Type: System..::.String
SQL containing FOR UPDATE clauses
to append at the end of the query (optional)
Return Value
See Also