Class GroupConcatKeywordToken
Token which represents the SPARQL GROUP_CONCAT Keyword.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class GroupConcatKeywordToken : BaseToken, IToken
Constructors
| Edit this page View SourceGroupConcatKeywordToken(int, int)
Creates a new GROUP_CONCAT Keyword Token.
Declaration
public GroupConcatKeywordToken(int line, int pos)