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