• User Guide
  • API Documentation
  • Developer Guide
  • Support
  • API Documentation
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

| Edit this page View Source

Undef()

Appends UNDEF to the inline data block.

Declaration
IBindingTupleBuilder Undef()
Returns
Type Description
IBindingTupleBuilder
| Edit this page View Source

Value(object)

Appends a literal value to the inline data bock.

Declaration
IBindingTupleBuilder Value(object literal)
Parameters
Type Name Description
object literal
Returns
Type Description
IBindingTupleBuilder
| Edit this page 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
string literal
string languageTag
Returns
Type Description
IBindingTupleBuilder
| Edit this page 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
string literal
Uri dataType
Returns
Type Description
IBindingTupleBuilder
| Edit this page View Source

Value(Uri)

Appends a URI value to the inline data block.

Declaration
IBindingTupleBuilder Value(Uri uri)
Parameters
Type Name Description
Uri uri
Returns
Type Description
IBindingTupleBuilder

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • 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