Click or drag to resize

INonAggregateExpressionBuilderConstant Method (Boolean)

Creates a boolean constant.

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

Parameters

value
Type: SystemBoolean

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

Return Value

Type: TypedLiteralExpressionBoolean

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

See Also