Removes the string or Parameter at the specified index.
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SqlStringBuilder RemoveAt( int index ) |
Visual Basic |
---|
Public Function RemoveAt ( _ index As Integer _ ) As SqlStringBuilder |
Visual C++ |
---|
public: SqlStringBuilder^ RemoveAt( int index ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the item to remove.