Click or drag to resize

INonAggregateExpressionBuilderConstant Method (Int32)

Creates a numeric constant.

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

Parameters

value
Type: SystemInt32

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

Return Value

Type: NumericExpressionInt32

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

See Also