SparqlParameterizedStringAppendSubQuery Method | 
| Name | Description | |
|---|---|---|
| AppendSubQuery(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.
              | |
| AppendSubQuery(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.
              |