UnableToRetrieveParameters Property

MySQL Connector/Net

Looks up a localized string similar to Unable to retrieve stored routine parameters. Either grant access to the routine or add the 'Use Procedure Bodies=false' option to your connection string..

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

Syntax

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

See Also