IndexAndLengthTooBig Property

MySQL Connector/Net

Looks up a localized string similar to Index and length use more bytes than to has room for.

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

Syntax

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

See Also