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
string literal
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
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.ToSafeString(object)
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