Add a collection of objects to the output document

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

Syntax

Visual Basic (Declaration)
Function BindAll ( _
	objs As ICollection _
) As IDatabinder
C#
IDatabinder BindAll(
	ICollection objs
)
Visual C++
IDatabinder^ BindAll(
	ICollection^ objs
)
JavaScript
function bindAll(objs);

Parameters

objs
Type: System.Collections..::.ICollection
A collection of transient or persistent instance

Return Value

Databinder

See Also