IBindingTupleBuilder Interface |
Namespace: VDS.RDF.Query.Builder
The IBindingTupleBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| Undef |
Appends UNDEF to the inline data block.
| |
| Value(Object) |
Appends a literal value to the inline data bock.
| |
| Value(Uri) |
Appends a URI value to the inline data block.
| |
| Value(String, String) |
Appends a tagged literal value to the inline data bock.
| |
| Value(String, Uri) |
Appends a typed literal value to the inline data bock.
|