Show / Hide Table of Contents

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 Source

As(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.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • As(String)
  • Extension Methods
Back to top Generated by DocFX