Click or drag to resize

SparqlExpressionFactory Methods

The SparqlExpressionFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddCustomFactory
Registers a Custom Expression Factory.
Public methodStatic memberCreateExpression(Uri, ListISparqlExpression)
Tries to create an Expression from the given function Uri and list of argument expressions.
Public methodStatic memberCreateExpression(Uri, ListISparqlExpression, IEnumerableISparqlCustomExpressionFactory)
Tries to create an Expression from the given function Uri and list of argument expressions.
Public methodStatic memberCreateExpression(Uri, ListISparqlExpression, DictionaryString, ISparqlExpression, IEnumerableISparqlCustomExpressionFactory)
Tries to create an Expression from the given function Uri and list of argument expressions.
Top
See Also