dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlParameterCollection Class / Clear Method

In This Topic
    Clear Method (SqlParameterCollection)
    In This Topic
    Removes all items from the collection.
    Syntax
    'Declaration
     
    Public Overrides Sub Clear() 
    public override void Clear()
    See Also