MySql.Data does not support preparing of commands.

Namespace:  NHibernate.Driver
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides ReadOnly Property SupportsPreparingCommands As Boolean
C#
protected override bool SupportsPreparingCommands { get; }
Visual C++
protected:
virtual property bool SupportsPreparingCommands {
	bool get () override;
}
JavaScript
function get_supportsPreparingCommands();

Field Value

falseFalsefalsefalse (False in Visual Basic) - it is not supported.

Remarks

With the Gamma MySql.Data provider it is throwing an exception with the message "Expected End of data packet" when a select command is prepared.

See Also