Gets or sets the text matched so far for the current token or any text override.
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic string Text { get; set; }
Public Property Text As String
Get
Set
Property Value
Type:
String
RemarksSetting this value replaces any previously set value, and overrides the original text.
See Also