Click or drag to resize

INonAggregateExpressionBuilderConstant Method (Int16)

Creates a numeric constant.

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

Parameters

value
Type: SystemInt16

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

Return Value

Type: NumericExpressionInt16

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

See Also