QueryTooLarge Property

MySQL Connector/Net

Looks up a localized string similar to Packets larger than max_allowed_packet are not allowed..

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

Syntax

C#
public static string QueryTooLarge { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property QueryTooLarge As String
Visual C++
public:
static property String^ QueryTooLarge {
	String^ get ();
}

See Also