MySqlDialect.NeedsExecuteBlockStatement property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether the server needs EXECUTE BLOCK statement.

public virtual bool NeedsExecuteBlockStatement { get; }

Property Value

true if the server needs EXECUTE BLOCK statement; otherwise, false.

See Also