[Missing <summary> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.PerformInsert(System.Object,NHibernate.Collection.IPersistentCollection,NHibernate.AdoNet.IExpectation,System.Object,System.Int32,System.Boolean,System.Boolean,NHibernate.Engine.ISessionImplementor)"]

Namespace: NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected Object PerformInsert(
	Object ownerId,
	IPersistentCollection collection,
	IExpectation expectation,
	Object entry,
	int index,
	bool useBatch,
	bool callable,
	ISessionImplementor session
)
Visual Basic
Protected Function PerformInsert ( _
	ownerId As Object, _
	collection As IPersistentCollection, _
	expectation As IExpectation, _
	entry As Object, _
	index As Integer, _
	useBatch As Boolean, _
	callable As Boolean, _
	session As ISessionImplementor _
) As Object
Visual C++
protected:
Object^ PerformInsert(
	Object^ ownerId, 
	IPersistentCollection^ collection, 
	IExpectation^ expectation, 
	Object^ entry, 
	int index, 
	bool useBatch, 
	bool callable, 
	ISessionImplementor^ session
)

Parameters

ownerId
Type: System..::..Object

[Missing <param name="ownerId"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.PerformInsert(System.Object,NHibernate.Collection.IPersistentCollection,NHibernate.AdoNet.IExpectation,System.Object,System.Int32,System.Boolean,System.Boolean,NHibernate.Engine.ISessionImplementor)"]

collection
Type: NHibernate.Collection..::..IPersistentCollection

[Missing <param name="collection"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.PerformInsert(System.Object,NHibernate.Collection.IPersistentCollection,NHibernate.AdoNet.IExpectation,System.Object,System.Int32,System.Boolean,System.Boolean,NHibernate.Engine.ISessionImplementor)"]

expectation
Type: NHibernate.AdoNet..::..IExpectation

[Missing <param name="expectation"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.PerformInsert(System.Object,NHibernate.Collection.IPersistentCollection,NHibernate.AdoNet.IExpectation,System.Object,System.Int32,System.Boolean,System.Boolean,NHibernate.Engine.ISessionImplementor)"]

entry
Type: System..::..Object

[Missing <param name="entry"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.PerformInsert(System.Object,NHibernate.Collection.IPersistentCollection,NHibernate.AdoNet.IExpectation,System.Object,System.Int32,System.Boolean,System.Boolean,NHibernate.Engine.ISessionImplementor)"]

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.PerformInsert(System.Object,NHibernate.Collection.IPersistentCollection,NHibernate.AdoNet.IExpectation,System.Object,System.Int32,System.Boolean,System.Boolean,NHibernate.Engine.ISessionImplementor)"]

useBatch
Type: System..::..Boolean

[Missing <param name="useBatch"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.PerformInsert(System.Object,NHibernate.Collection.IPersistentCollection,NHibernate.AdoNet.IExpectation,System.Object,System.Int32,System.Boolean,System.Boolean,NHibernate.Engine.ISessionImplementor)"]

callable
Type: System..::..Boolean

[Missing <param name="callable"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.PerformInsert(System.Object,NHibernate.Collection.IPersistentCollection,NHibernate.AdoNet.IExpectation,System.Object,System.Int32,System.Boolean,System.Boolean,NHibernate.Engine.ISessionImplementor)"]

session
Type: NHibernate.Engine..::..ISessionImplementor

[Missing <param name="session"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.PerformInsert(System.Object,NHibernate.Collection.IPersistentCollection,NHibernate.AdoNet.IExpectation,System.Object,System.Int32,System.Boolean,System.Boolean,NHibernate.Engine.ISessionImplementor)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.PerformInsert(System.Object,NHibernate.Collection.IPersistentCollection,NHibernate.AdoNet.IExpectation,System.Object,System.Int32,System.Boolean,System.Boolean,NHibernate.Engine.ISessionImplementor)"]

See Also