Click or drag to resize

VDS.RDF.Query.Expressions.Functions.Arq Namespace

Namespace containing expression classes which provide the ARQ function library.
Classes
  ClassDescription
Public classBNodeFunction
Represents the ARQ afn:bnode() function.
Public classEFunction
Represents the ARQ e() function.
Public classLocalNameFunction
Represents the ARQ afn:localname() function.
Public classMaxFunction
Represents the ARQ max() function.
Public classMinFunction
Represents the ARQ min() function.
Public classNamespaceFunction
Represents the ARQ namespace() function.
Public classNowFunction
Represents the ARQ afn:now() function.
Public classPiFunction
Represents the ARQ pi() function.
Public classSha1Function
Represents the ARQ afn:sha1sum() function.
Public classStringJoinFunction
Represents the ARQ afn:strjoin() function which is a string concatenation function with a separator.
Public classSubstringFunction
Represents the ARQ afn:substring() function which is a sub-string with Java semantics.