Click or drag to resize

SparqlExpressionFactory.CreateExpression Method

Overload List
  NameDescription
Public methodStatic memberCreateExpression(Uri, List<ISparqlExpression>)
Tries to create an Expression from the given function Uri and list of argument expressions.
Public methodStatic memberCreateExpression(Uri, List<ISparqlExpression>, IEnumerable<ISparqlCustomExpressionFactory>)
Tries to create an Expression from the given function Uri and list of argument expressions.
Public methodStatic memberCreateExpression(Uri, List<ISparqlExpression>, Dictionary<String, ISparqlExpression>, IEnumerable<ISparqlCustomExpressionFactory>)
Tries to create an Expression from the given function Uri and list of argument expressions.
Top
See Also