Bind the property values of the given object to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using heuristics.

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

Syntax

Visual Basic (Declaration)
Function SetProperties ( _
	obj As Object _
) As IQuery
C#
IQuery SetProperties(
	Object obj
)
Visual C++
IQuery^ SetProperties(
	Object^ obj
)
JavaScript
function setProperties(obj);

Parameters

obj
Type: System..::.Object
Any PONO

See Also