MySQL Connector/Net |
MySqlParameterCollection..::.Insert Method |
MySqlParameterCollection Class See Also Send Feedback |
Inserts a MySqlParameter into the collection at the specified index.
Namespace:
MySql.Data.MySqlClient
Assembly:
MySql.Data (in MySql.Data.dll) Version: 6.2.2.0
Syntax
C# |
---|
public override void Insert( int index, Object value ) |
Visual Basic (Declaration) |
---|
Public Overrides Sub Insert ( _ index As Integer, _ value As Object _ ) |
Visual C++ |
---|
public: virtual void Insert( int index, Object^ value ) override |