Creates a new Null Operator.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public NullOperator(
IEnumerable<string> variables
)
Public Sub New (
variables As IEnumerable(Of String)
)
Parameters
- variables
- Type: System.Collections.GenericIEnumerableString
Variables in the algebra that this null is replacing.
See Also