Persist an instance
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Insert ( _ id As Object, _ fields As Object(), _ obj As Object, _ session As ISessionImplementor _ ) |
C# |
---|
void Insert( Object id, Object[] fields, Object obj, ISessionImplementor session ) |
Visual C++ |
---|
void Insert( Object^ id, array<Object^>^ fields, Object^ obj, ISessionImplementor^ session ) |
JavaScript |
---|
function insert(id, fields, obj, session); |
Parameters
- id
- Type: System..::.Object
- fields
- Type: array<
System..::.Object
>[]()[]
- obj
- Type: System..::.Object
- session
- Type: NHibernate.Engine..::.ISessionImplementor