







![]() ![]() |
MySQL Connector/Net |
MySqlParameterCollection..::..Item Property (String) |
MySqlParameterCollection Class See Also Send Feedback |
![]() |
Gets the MySqlParameter with the specified name.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public MySqlParameter this[ string name ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ name As String _ ) As MySqlParameter Get Set |
Visual C++ |
---|
public: property MySqlParameter^ default[String^ name] { MySqlParameter^ get (String^ name); void set (String^ name, MySqlParameter^ value); } |
Parameters
- name
- Type: System..::..String