Create a parameter with the specified position

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

Syntax

C#
public static Parameter WithIndex(
	int position
)
Visual Basic
Public Shared Function WithIndex ( _
	position As Integer _
) As Parameter
Visual C++
public:
static Parameter^ WithIndex(
	int position
)

Parameters

position
Type: System..::..Int32

[Missing <param name="position"/> documentation for "M:NHibernate.SqlCommand.Parameter.WithIndex(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.SqlCommand.Parameter.WithIndex(System.Int32)"]

See Also