Add an object to the output document.

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

Syntax

Visual Basic (Declaration)
Function Bind ( _
	obj As Object _
) As IDatabinder
C#
IDatabinder Bind(
	Object obj
)
Visual C++
IDatabinder^ Bind(
	Object^ obj
)
JavaScript
function bind(obj);

Parameters

obj
Type: System..::.Object
A transient or persistent instance

Return Value

Databinder

See Also