Click or drag to resize

SparqlCastBuilder Class

Provides methods for casting expressions to XPath types.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.BuilderSparqlCastBuilder

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public sealed class SparqlCastBuilder

The SparqlCastBuilder type exposes the following members.

Methods
  NameDescription
Public methodAsBoolean
Creates a cast to xsd:boolean.
Public methodAsDateTime
Creates a cast to xsd:dateTime.
Public methodAsDecimal
Creates a cast to xsd:decimal.
Public methodAsDouble
Creates a cast to xsd:double.
Public methodAsFloat
Creates a cast to xsd:float.
Public methodAsInteger
Creates a cast to xsd:integer.
Public methodAsString
Creates a cast to xsd:string.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also