Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Function GenerateIdentityInsertString ( _ includeProperty As Boolean() _ ) As SqlCommandInfo |
C# |
---|
protected virtual SqlCommandInfo GenerateIdentityInsertString( bool[] includeProperty ) |
Visual C++ |
---|
protected: virtual SqlCommandInfo^ GenerateIdentityInsertString( array<bool>^ includeProperty ) |
JavaScript |
---|
function generateIdentityInsertString(includeProperty); |
Parameters
- includeProperty
- Type: array<
System..::.Boolean
>[]()[]