Add a collection of objects to the output document

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

Syntax

C#
IDatabinder BindAll(
	ICollection objs
)
Visual Basic
Function BindAll ( _
	objs As ICollection _
) As IDatabinder
Visual C++
IDatabinder^ BindAll(
	ICollection^ objs
)

Parameters

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

Return Value

Databinder

See Also