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

| Edit this page View Source

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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • As(string)
  • Extension Methods
Back to top Generated by DocFX