Table of Contents

Property AllowWrite

Namespace
LMKit.Agents.Tools.BuiltIn.Data
Assembly
LM-Kit.NET.dll

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; }

Property Value

bool
Share