Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 479 Bytes

NeedsExecuteBlockStatement.md

File metadata and controls

16 lines (10 loc) · 479 Bytes

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