SparqlParameterizedStringSetBlankNode Method (String) |
Sets the Parameter to be a new anonymous Blank Node.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public void SetBlankNode(
string name
)
Public Sub SetBlankNode (
name As String
)
Parameters
- name
- Type: SystemString
Parameter.
Remarks
Only guarantees that the Blank Node ID will not clash with any other Blank Nodes added by other calls to this method or it's overload which takes an explicit Node ID. If the base query text into which you are inserting parameters contains Blank Nodes then the IDs generated here may clash with those IDs.
See Also