Click or drag to resize

IfThenPartThen Method

Sets the second parameter of the IF function call.

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IfElsePart Then(
	SparqlExpression thenExpression
)

Parameters

thenExpression
Type: VDS.RDF.Query.Builder.ExpressionsSparqlExpression

[Missing <param name="thenExpression"/> documentation for "M:VDS.RDF.Query.Builder.IfThenPart.Then(VDS.RDF.Query.Builder.Expressions.SparqlExpression)"]

Return Value

Type: IfElsePart

[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.IfThenPart.Then(VDS.RDF.Query.Builder.Expressions.SparqlExpression)"]

See Also