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