Class LimitKeywordToken
Token which represents the SPARQL LIMIT Keyword.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class LimitKeywordToken : BaseToken, IToken
Constructors
| Edit this page View SourceLimitKeywordToken(int, int)
Creates a new LIMIT Keyword Token.
Declaration
public LimitKeywordToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line the Keyword occurs on. |
int | pos | Position the Keyword occurs at. |