Cascade persist an entity instance
Namespace: NHibernate.EventAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void Persist( string entityName, Object obj, IDictionary createdAlready ) |
Visual Basic |
---|
Sub Persist ( _ entityName As String, _ obj As Object, _ createdAlready As IDictionary _ ) |
Visual C++ |
---|
void Persist( String^ entityName, Object^ obj, IDictionary^ createdAlready ) |
Parameters
- entityName
- Type: System..::..String
[Missing <param name="entityName"/> documentation for "M:NHibernate.Event.IEventSource.Persist(System.String,System.Object,System.Collections.IDictionary)"]
- obj
- Type: System..::..Object
[Missing <param name="obj"/> documentation for "M:NHibernate.Event.IEventSource.Persist(System.String,System.Object,System.Collections.IDictionary)"]
- createdAlready
- Type: System.Collections..::..IDictionary
[Missing <param name="createdAlready"/> documentation for "M:NHibernate.Event.IEventSource.Persist(System.String,System.Object,System.Collections.IDictionary)"]