Hi All,
I created a new database in Neo4j. When I add a new label and Node using c# code it's adding to the neo4j database by default. But I want to add a new Node and label into the new database using c# code. Where I want to Database name in c# cod...