Size Property

MySQL Connector/Net

Gets or sets the maximum size, in bytes, of the data within the column.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public override int Size { get; set; }
Visual Basic (Declaration)
Public Overrides Property Size As Integer
Visual C++
public:
virtual property int Size {
	int get () override;
	void set (int value) override;
}

Implements

IDbDataParameter..::.Size
IDbDataParameter..::.Size

See Also