Generate the SQL UPDATE that updates a row

Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Function GenerateUpdateRowString As SqlCommandInfo
C#
protected override SqlCommandInfo GenerateUpdateRowString()
Visual C++
protected:
virtual SqlCommandInfo^ GenerateUpdateRowString() override
JavaScript
function generateUpdateRowString();

Return Value

See Also