[Missing <summary> documentation for "M:NHibernate.Impl.AbstractQueryImpl.DetermineType(System.String,System.Object)"]

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

Syntax

C#
protected internal virtual IType DetermineType(
	string paramName,
	Object paramValue
)
Visual Basic
Protected Friend Overridable Function DetermineType ( _
	paramName As String, _
	paramValue As Object _
) As IType
Visual C++
protected public:
virtual IType^ DetermineType(
	String^ paramName, 
	Object^ paramValue
)

Parameters

paramName
Type: System..::..String

[Missing <param name="paramName"/> documentation for "M:NHibernate.Impl.AbstractQueryImpl.DetermineType(System.String,System.Object)"]

paramValue
Type: System..::..Object

[Missing <param name="paramValue"/> documentation for "M:NHibernate.Impl.AbstractQueryImpl.DetermineType(System.String,System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.AbstractQueryImpl.DetermineType(System.String,System.Object)"]

See Also