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: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
IDetachedQuery SetProperties( Object obj )  | 
| Visual Basic | 
|---|
Function SetProperties ( _ obj As Object _ ) As IDetachedQuery  | 
| Visual C++ | 
|---|
IDetachedQuery^ SetProperties( Object^ obj )  | 
Parameters
- obj
 - Type: System..::..Object
Any POCO 
Return Value
[Missing <returns> documentation for "M:NHibernate.IDetachedQuery.SetProperties(System.Object)"]