Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overrides Function GenerateInsertString ( _ identityInsert As Boolean, _ includeProperty As Boolean(), _ j As Integer _ ) As SqlCommandInfo |
C# |
---|
protected override SqlCommandInfo GenerateInsertString( bool identityInsert, bool[] includeProperty, int j ) |
Visual C++ |
---|
protected: virtual SqlCommandInfo^ GenerateInsertString( bool identityInsert, array<bool>^ includeProperty, int j ) override |
JavaScript |
---|
function generateInsertString(identityInsert, includeProperty, j); |
Parameters
- identityInsert
- Type: System..::.Boolean
- includeProperty
- Type: array<
System..::.Boolean
>[]()[]
- j
- Type: System..::.Int32