Class GroupConcatKeywordToken
Token which represents the SPARQL GROUP_CONCAT Keyword.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRDF.dll
Syntax
public class GroupConcatKeywordToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceGroupConcatKeywordToken(Int32, Int32)
Creates a new GROUP_CONCAT Keyword Token.
Declaration
public GroupConcatKeywordToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | line | Line the Keyword occurs on. |
System.Int32 | pos | Position the Keyword occurs at. |