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

Syntax

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

Parameters

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

See Also