C# Class RDFSharp.Query.RDFVariable

RDFVariable represents a named "hole" in a pattern, to be filled with values during queries.
Inheritance: RDFPatternMember
Afficher le fichier Open project: mdesalvo/RDFSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

Gives the string representation of the variable
public ToString ( ) : String
Résultat String