Click or drag to resize

IBindingTupleBuilder Interface

Provides methods for building tuples within an inline data block (VALUES).

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IBindingTupleBuilder

The IBindingTupleBuilder type exposes the following members.

Methods
  NameDescription
Public methodUndef
Appends UNDEF to the inline data block.
Public methodValue(Object)
Appends a literal value to the inline data bock.
Public methodValue(Uri)
Appends a URI value to the inline data block.
Public methodValue(String, String)
Appends a tagged literal value to the inline data bock.
Public methodValue(String, Uri)
Appends a typed literal value to the inline data bock.
Top
See Also