Click or drag to resize

INonAggregateExpressionBuilderVariable Method

Creates a SPARQL variable.

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
VariableExpression Variable(
	string variable
)

Parameters

variable
Type: SystemString

[Missing <param name="variable"/> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.Variable(System.String)"]

Return Value

Type: VariableExpression

[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.Variable(System.String)"]

See Also