Hi together,
I try to save a value with a Cypher Query and Nei4j v4 and Neo4j.Driver in C#
My problem is that the value of my variable contains a singlequote, for example like:
ÖöÜüÄäßµ@€-&'.Sb34
Thats my Query:
var Name = "ÖöÜüÄäßµ@€-&'.Sb34";
va...