Show / Hide Table of Contents

Class NowFunction

Represents the SPARQL NOW() Function.
Inheritance
System.Object
NowFunction
NowFunction
Implements
ISparqlExpression
Inherited Members
NowFunction.Evaluate(SparqlEvaluationContext, Int32)
NowFunction.Type
NowFunction.CanParallelise
NowFunction.Variables
NowFunction.Arguments
NowFunction.Transform(IExpressionTransformer)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Query.Expressions.Functions.Sparql.DateTime
Assembly: dotNetRDF.dll
Syntax
public class NowFunction : NowFunction, ISparqlExpression

Properties

| Improve this Doc View Source

Functor

Gets the Functor of this Expression.
Declaration
public override string Functor { get; }
Property Value
Type Description
System.String
Overrides
NowFunction.Functor

Methods

| Improve this Doc View Source

ToString()

Gets the String representation of this Expression.
Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
NowFunction.ToString()

Implements

ISparqlExpression

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Functor
  • Methods
    • ToString()
  • Implements
  • Extension Methods
Back to top Generated by DocFX