SparqlSpecsHelperIsSelectQuery Method |
Checks whether the Query is a SELECT Query.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsSelectQuery(
SparqlQueryType type
)
Public Shared Function IsSelectQuery (
type As SparqlQueryType
) As Boolean
Parameters
- type
- Type: VDS.RDF.QuerySparqlQueryType
Query Type.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.IsSelectQuery(VDS.RDF.Query.SparqlQueryType)"]
See Also