[Missing <summary> documentation for "M:NHibernate.Impl.AbstractQueryImpl.DetermineType(System.String,System.Type)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
protected internal virtual IType DetermineType( string paramName, Type clazz )  | 
| Visual Basic | 
|---|
Protected Friend Overridable Function DetermineType ( _ paramName As String, _ clazz As Type _ ) As IType  | 
| Visual C++ | 
|---|
protected public: virtual IType^ DetermineType( String^ paramName, Type^ clazz )  | 
Parameters
- paramName
 - Type: System..::..String
[Missing <param name="paramName"/> documentation for "M:NHibernate.Impl.AbstractQueryImpl.DetermineType(System.String,System.Type)"]
 
- clazz
 - Type: System..::..Type
[Missing <param name="clazz"/> documentation for "M:NHibernate.Impl.AbstractQueryImpl.DetermineType(System.String,System.Type)"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.Impl.AbstractQueryImpl.DetermineType(System.String,System.Type)"]