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 |
Visual C++ |
---|
protected:
bool QueueAdd(
Object^ element
) |
JavaScript |
---|
function queueAdd(element); |
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