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
| Improve this Doc View SourceAs(String)
Set the expression's variable name.
Declaration
T As(string variableName)
Parameters
Type | Name | Description |
---|---|---|
System.String | variableName |
Returns
Type | Description |
---|---|
T | the parent query or graph pattern builder. |