Generate the SQL that updates a row by id, excluding subclasses

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

Syntax

Visual Basic (Declaration)
Protected Function GenerateUpdateString ( _
	includeProperty As Boolean() _
) As SqlCommandInfo
C#
protected SqlCommandInfo GenerateUpdateString(
	bool[] includeProperty
)
Visual C++
protected:
SqlCommandInfo^ GenerateUpdateString(
	array<bool>^ includeProperty
)
JavaScript
function generateUpdateString(includeProperty);

Parameters

includeProperty
Type: array< System..::.Boolean >[]()[]

Return Value

See Also