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