C# (CSharp) Subtext.Scripting Namespace

Nested Namespaces

Subtext.Scripting.Exceptions

Classes

Name Description
ConnectionString
ParameterValueChangedEventArgs Contains information about when a template parameter value changes.
Script Represents a single executable script within the full SQL script.
Script.ScriptToken Implements a linked list representing the script. This maps the structure of a script making it trivial to replace template parameters with their values.
Script.TemplateParameterToken Represents a template parameter within a script. This is specialized node within the ScriptToken linked list.
SqlScriptRunner Class used to manage and execute SQL scripts. Can also be used to hand
TemplateParameter