UnableToEnumerateUDF Property

MySQL Connector/Net

Looks up a localized string similar to An error occured attempting to enumerate the user-defined functions. Do you have SELECT privileges on the mysql.func table?.

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

Syntax

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

See Also