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 NHibernate types using heuristics.

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

Syntax

C#
IQuery SetProperties(
	Object obj
)
Visual Basic
Function SetProperties ( _
	obj As Object _
) As IQuery
Visual C++
IQuery^ SetProperties(
	Object^ obj
)

Parameters

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

Return Value

[Missing <returns> documentation for "M:NHibernate.IQuery.SetProperties(System.Object)"]

See Also