Click or drag to resize

VDS.RDF.Query.Expressions.Functions.Sparql.Boolean Namespace

Namespace containing expression classes which provide the SPARQL built-in functions which have boolean results.
Classes
  ClassDescription
Public classBoundFunction
Class representing the SPARQL BOUND() function.
Public classExistsFunction
Represents an EXIST/NOT EXISTS clause used as a Function in an Expression.
Public classIsBlankFunction
Class representing the Sparql IsBlank() function.
Public classIsIriFunction
Class representing the Sparql IsIRI() function.
Public classIsLiteralFunction
Class representing the Sparql IsLiteral() function.
Public classIsNumericFunction
Represents the SPARQL ISNUMERIC() Function.
Public classIsUriFunction
Class representing the Sparql IsURI() function.
Public classLangMatchesFunction
Class representing the Sparql LangMatches() function.
Public classRegexFunction
Class representing the SPARQL REGEX function.
Public classSameTermFunction
Class representing the Sparql SameTerm() function.