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

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

Syntax

C#
protected internal virtual IType DetermineType(
	int paramPosition,
	Object paramValue,
	IType defaultType
)
Visual Basic
Protected Friend Overridable Function DetermineType ( _
	paramPosition As Integer, _
	paramValue As Object, _
	defaultType As IType _
) As IType
Visual C++
protected public:
virtual IType^ DetermineType(
	int paramPosition, 
	Object^ paramValue, 
	IType^ defaultType
)

Parameters

paramPosition
Type: System..::..Int32

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

paramValue
Type: System..::..Object

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

defaultType
Type: NHibernate.Type..::..IType

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

Return Value

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

See Also