Click or drag to resize

TokenRewriteStreamprograms Field

You may have multiple, named streams of rewrite operations. I'm calling these things "programs." Maps String (name) -> rewrite (List)

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
protected IDictionary<string, IList<TokenRewriteStreamRewriteOperation>> programs

Field Value

Type: IDictionaryString, IListTokenRewriteStreamRewriteOperation
See Also