RoutineNotFound Property

MySQL Connector/Net

Looks up a localized string similar to Routine '{0}' cannot be found. Either check the spelling or make sure you have sufficient rights to execute the routine..

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

Syntax

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

See Also