Get or set the type which we are expeting for a bind into this parameter based on translated contextual information.

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

Syntax

C#
IType ExpectedType { get; set; }
Visual Basic
Property ExpectedType As IType
	Get
	Set
Visual C++
property IType^ ExpectedType {
	IType^ get ();
	void set (IType^ value);
}

See Also