[Missing <summary> documentation for "P:NHibernate.Param.NamedParameter.Type"]

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

Syntax

C#
public IType Type { get; internal set; }
Visual Basic
Public Property Type As IType
	Get
	Friend Set
Visual C++
public:
property IType^ Type {
	IType^ get ();
	internal: void set (IType^ value);
}

See Also