SparqlExpressionFactory Methods |
The SparqlExpressionFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AddCustomFactory |
Registers a Custom Expression Factory.
|
![]() ![]() | CreateExpression(Uri, List<ISparqlExpression>) |
Tries to create an Expression from the given function Uri and list of argument expressions.
|
![]() ![]() | CreateExpression(Uri, List<ISparqlExpression>, IEnumerable<ISparqlCustomExpressionFactory>) |
Tries to create an Expression from the given function Uri and list of argument expressions.
|
![]() ![]() | CreateExpression(Uri, List<ISparqlExpression>, Dictionary<String, ISparqlExpression>, IEnumerable<ISparqlCustomExpressionFactory>) |
Tries to create an Expression from the given function Uri and list of argument expressions.
|