Version

TSqlLanguage Class Members

The following tables list the members exposed by TSqlLanguage.

Public Constructors
 NameDescription
Public ConstructorTSqlLanguage ConstructorCreates a new TSqlLanguage instance.  
Public Properties
 NameDescription
Public PropertyGrammar (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Public Propertystatic (Shared in Visual Basic)InstanceReturns a static instance of the language (read-only)  
Public PropertyServicesManager (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Public Methods
 NameDescription
Public MethodToString (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Protected Methods
 NameDescription
Protected Internal MethodGetErrorAliasOverridden. Returns a customized error alias for the specified symbol or null to use the default alias.  
Protected Internal MethodGetParseTableOverridden. Gets the parse table for a GLR parser.  
Protected Internal MethodInitializeDefaultServices (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Protected Internal MethodOnError (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Protected Internal MethodOnGlobalAmbiguityDetectedOverridden. Gets called when a global ambiguity is detected while parsing a document.  
Protected Internal MethodOnSyntaxTreeCreated (Inherited from Infragistics.Documents.Parsing.LanguageBase)
Public Events
 NameDescription
Public EventSyntaxTreeCreated (Inherited from Infragistics.Documents.Parsing.LanguageBase)
See Also