Class SQLLanguage
Represents the SQL programming language within the procedural language framework, providing syntax rules, parsing logic, and language-specific services for SQL-based editing or analysis.
Inherited Members
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class SQLLanguage : ProceduralLanguageBase
Constructors
SQLLanguage(EditControl)
Declaration
public SQLLanguage(EditControl control)
Parameters
| Type | Name | Description |
|---|---|---|
| EditControl | control |