MySqlCommand.DbParameterCollection Property

MySQL Connector/Net

MySqlCommandDbParameterCollection Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
protected override DbParameterCollection DbParameterCollection { get; }
Protected Overrides ReadOnly Property DbParameterCollection As DbParameterCollection
	Get
protected:
virtual property DbParameterCollection^ DbParameterCollection {
	DbParameterCollection^ get () override;
}
abstract DbParameterCollection : DbParameterCollection with get
override DbParameterCollection : DbParameterCollection with get

Property Value

Type: DbParameterCollection
See Also