Jorge Bay created TINKERPOP-1964:
------------------------------------
Summary: Gremlin.Net: Expose Strategies in GraphTraversal
Key: TINKERPOP-1964
URL: https://issues.apache.org/jira/browse/TINKERPOP-1964
Project: TinkerPop
Issue Type: Improvement
Components: dotnet
Reporter: Jorge Bay
We should provide a way to access the strategies from the traversal.
This is currently possible in java but not on the .NET GLV:
{code:java}
GraphTraversal<Vertex, Vertex> traversal = g.V().has("name", "jorge");
TraversalStrategies = traversal.asAdmin().getStrategies();
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)