[Missing <summary> documentation for "M:NHibernate.SqlCommand.SqlCommandImpl.ResetParametersIndexesForTheCommand(System.Int32)"]

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

Syntax

C#
public void ResetParametersIndexesForTheCommand(
	int singleSqlParametersOffset
)
Visual Basic
Public Sub ResetParametersIndexesForTheCommand ( _
	singleSqlParametersOffset As Integer _
)
Visual C++
public:
virtual void ResetParametersIndexesForTheCommand(
	int singleSqlParametersOffset
) sealed

Parameters

singleSqlParametersOffset
Type: System..::..Int32

[Missing <param name="singleSqlParametersOffset"/> documentation for "M:NHibernate.SqlCommand.SqlCommandImpl.ResetParametersIndexesForTheCommand(System.Int32)"]

Implements

ISqlCommand..::..ResetParametersIndexesForTheCommand(Int32)

See Also