Queue an addition if the peristent collection supports it

Namespace:  NHibernate.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Function QueueAdd ( _
	element As Object _
) As Boolean
C#
protected bool QueueAdd(
	Object element
)
Visual C++
protected:
bool QueueAdd(
	Object^ element
)
JavaScript
function queueAdd(element);

Parameters

element
Type: System..::.Object

Return Value

trueTruetruetrue (True in Visual Basic) if the addition was queued up, falseFalsefalsefalse (False in Visual Basic) if the persistent collection doesn't support Queued Addition.

See Also