Table of Contents

Property BlockedKeywords

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

BlockedKeywords

Gets or sets SQL keywords that are always blocked regardless of other settings. Default blocks ATTACH, DETACH, and LOAD_EXTENSION for security.

public HashSet<string> BlockedKeywords { get; set; }

Property Value

HashSet<string>
Share