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)

Syntax

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

See Also