Used to determine the parameter's name (p0,p1 etc.)

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

Syntax

C#
public Nullable<int> ParameterPosition { get; set; }
Visual Basic
Public Property ParameterPosition As Nullable(Of Integer)
	Get
	Set
Visual C++
public:
property Nullable<int> ParameterPosition {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also