namespace: Serenity.Data assembly: Serenity.Net.Data
Gets a value indicating whether the server needs EXECUTE BLOCK statement.
public virtual bool NeedsExecuteBlockStatement { get; }
true
if the server needs EXECUTE BLOCK statement; otherwise, false
.
- class SqliteDialect