Removes the string or Parameter at the specified index.
Namespace:
NHibernate.SqlCommandAssembly: 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.