Gets or sets an array of IType objects that is stored at the index of the Parameter.

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

Syntax

C#
public IType[] PositionalParameterTypes { get; set; }
Visual Basic
Public Property PositionalParameterTypes As IType()
	Get
	Set
Visual C++
public:
property array<IType^>^ PositionalParameterTypes {
	array<IType^>^ get ();
	void set (array<IType^>^ value);
}

See Also