Show / Hide Table of Contents

Interface IBindingTupleBuilder

Provides methods for building tuples within an inline data block (VALUES).
Namespace: VDS.RDF.Query.Builder
Assembly: dotNetRDF.dll
Syntax
public interface IBindingTupleBuilder

Methods

| Improve this Doc View Source

Undef()

Appends UNDEF to the inline data block.
Declaration
IBindingTupleBuilder Undef()
Returns
Type Description
IBindingTupleBuilder
| Improve this Doc View Source

Value(Object)

Appends a literal value to the inline data bock.
Declaration
IBindingTupleBuilder Value(object literal)
Parameters
Type Name Description
System.Object literal
Returns
Type Description
IBindingTupleBuilder
| Improve this Doc View Source

Value(String, String)

Appends a tagged literal value to the inline data bock.
Declaration
IBindingTupleBuilder Value(string literal, string languageTag)
Parameters
Type Name Description
System.String literal
System.String languageTag
Returns
Type Description
IBindingTupleBuilder
| Improve this Doc View Source

Value(String, Uri)

Appends a typed literal value to the inline data bock.
Declaration
IBindingTupleBuilder Value(string literal, Uri dataType)
Parameters
Type Name Description
System.String literal
System.Uri dataType
Returns
Type Description
IBindingTupleBuilder
| Improve this Doc View Source

Value(Uri)

Appends a URI value to the inline data block.
Declaration
IBindingTupleBuilder Value(Uri uri)
Parameters
Type Name Description
System.Uri uri
Returns
Type Description
IBindingTupleBuilder

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Undef()
    • Value(Object)
    • Value(String, String)
    • Value(String, Uri)
    • Value(Uri)
  • Extension Methods
Back to top Generated by DocFX