Interface IAssignmentVariableNamePart<T>
Exposes method for assigning a name to an expression variable.
Namespace: VDS.RDF.Query.Builder
Assembly: dotNetRdf.dll
Syntax
public interface IAssignmentVariableNamePart<out T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Edit this page View SourceAs(string)
Set the expression's variable name.
Declaration
T As(string variableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | variableName |
Returns
| Type | Description |
|---|---|
| T | the parent query or graph pattern builder. |