The XDocumentSparqlExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetColumnValue(XElement, Int32)
Returns the string value of a SPARQL result column
Public methodStatic memberGetColumnValue(XElement, String)
Returns the value of the matching Sparql result column.
Public methodStatic memberGetLiteralDatatype
Gets the datatype for the specified Sparql result column.
Public methodStatic memberGetLiteralLanguageCode(XElement, Int32)
Gets the language code for the specified literal column
Public methodStatic memberGetLiteralLanguageCode(XElement, String)
Gets the language code for the specified literal column
Public methodStatic memberGetVariableNames
Returns the variable column names in the Sparql result.
Public methodStatic memberIsLiteral
Test if the specified Sparql result column is a literal.
Public methodStatic memberSparqlBooleanResult
Returns the boolean value encoded in the SPARQL results for an ASK query
Public methodStatic memberSparqlResultRows
Returns the collection of elements that represent a single result row.

See Also