Persist an object
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Sub Insert ( _ id As Object, _ fields As Object(), _ notNull As Boolean(), _ j As Integer, _ sql As SqlCommandInfo, _ obj As Object, _ session As ISessionImplementor _ ) |
C# |
---|
protected void Insert( Object id, Object[] fields, bool[] notNull, int j, SqlCommandInfo sql, Object obj, ISessionImplementor session ) |
Visual C++ |
---|
protected: void Insert( Object^ id, array<Object^>^ fields, array<bool>^ notNull, int j, SqlCommandInfo^ sql, Object^ obj, ISessionImplementor^ session ) |
JavaScript |
---|
function insert(id, fields, notNull, j, sql, obj, session); |
Parameters
- id
- Type: System..::.Object
- fields
- Type: array<
System..::.Object
>[]()[]
- notNull
- Type: array<
System..::.Boolean
>[]()[]
- j
- Type: System..::.Int32
- obj
- Type: System..::.Object
- session
- Type: NHibernate.Engine..::.ISessionImplementor