MySqlParameterCollection.Clear Method

MySQL Connector/Net

MySqlParameterCollectionClear Method
Removes all items from the collection.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public override void Clear()
Public Overrides Sub Clear
public:
virtual void Clear() override
abstract Clear : unit -> unit 
override Clear : unit -> unit 

Implements

IListClear
See Also