When running a query in .NET, I am getting different results if I use bound parameters versus if I simply replace the parameters in the string with the actual values. The query I am using is:
MATCH (e:Environment)-->(c:Company)-[o:Owns]->(g:LaneConf...