Click or drag to resize

INonAggregateExpressionBuilderConstant Method (String)

Creates a string constant.

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
TypedLiteralExpression<string> Constant(
	string value
)

Parameters

value
Type: SystemString

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

Return Value

Type: TypedLiteralExpressionString

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

See Also