Property AllowWrite
AllowWrite
Gets or sets whether write operations (INSERT, UPDATE, DELETE, CREATE, etc.) are allowed.
Default is false for safety. Set to true to enable the execute, import,
and vacuum tools.
public bool AllowWrite { get; set; }