PostgresDialect.NeedsExecuteBlockStatement property
namespace: Serenity.Data assembly: Serenity.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
- class PostgresDialect