Removes the string or Parameter at the specified index.

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

Syntax

Visual Basic (Declaration)
Public Function RemoveAt ( _
	index As Integer _
) As SqlStringBuilder
C#
public SqlStringBuilder RemoveAt(
	int index
)
Visual C++
public:
SqlStringBuilder^ RemoveAt(
	int index
)
JavaScript
function removeAt(index);

Parameters

index
Type: System..::.Int32
The zero-based index of the item to remove.

Return Value

This SqlStringBuilder

See Also