Add an object to the output document.

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

Syntax

C#
IDatabinder Bind(
	Object obj
)
Visual Basic
Function Bind ( _
	obj As Object _
) As IDatabinder
Visual C++
IDatabinder^ Bind(
	Object^ obj
)

Parameters

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

Return Value

Databinder

See Also