Click or drag to resize

SparqlParameterizedStringAppendSubQuery Method

Overload List
  NameDescription
Public methodAppendSubQuery(SparqlParameterizedString)
Appends the given query as a sub-query to the existing command text, any prefixes in the sub-query are moved to the parent query but any parameter/variable assignments will be lost.
Public methodAppendSubQuery(SparqlQuery)
Appends the given query as a sub-query to the existing command text, any prefixes in the sub-query are moved to the parent query.
Top
See Also