The XDocumentSparqlExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetColumnValue(XElement, Int32) |
Returns the string value of a SPARQL result column
| |
| GetColumnValue(XElement, String) |
Returns the value of the matching Sparql result column.
| |
| GetLiteralDatatype |
Gets the datatype for the specified Sparql result column.
| |
| GetLiteralLanguageCode(XElement, Int32) |
Gets the language code for the specified literal column
| |
| GetLiteralLanguageCode(XElement, String) |
Gets the language code for the specified literal column
| |
| GetVariableNames |
Returns the variable column names in the Sparql result.
| |
| IsLiteral |
Test if the specified Sparql result column is a literal.
| |
| SparqlBooleanResult |
Returns the boolean value encoded in the SPARQL results for an ASK query
| |
| SparqlResultRows |
Returns the collection of elements that represent a single result row.
|