C# Class RDFSharp.Query.RDFVariable

RDFVariable represents a named "hole" in a pattern, to be filled with values during queries.
Inheritance: RDFPatternMember
ファイルを表示 Open project: mdesalvo/RDFSharp Class Usage Examples

Public Methods

Method Description
RDFVariable ( String variableName ) : System

Default-ctor to build a named SPARQL variable

ToString ( ) : String

Gives the string representation of the variable

Method Details

RDFVariable() public method

Default-ctor to build a named SPARQL variable
public RDFVariable ( String variableName ) : System
variableName String
return System

ToString() public method

Gives the string representation of the variable
public ToString ( ) : String
return String