cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

david_oliver
Neo4j
Neo4j

The developer guide for the .NET driver (https://neo4j.com/developer/dotnet/#dotnet-driver) has an error, in the example code, it says:
return result.Single()[0].As();
That should read:
return result.Single()[0].As<string>();

The corresponding example in the codebase, and the documentation (https://neo4j.com/docs/driver-manual/1.7/get-started/#driver-get-started-hello-world-example) appears to be correct.

1 Comment

Hi, David! Sorry I didn't update this before now. I fixed this, so the page is correct now. Thanks for reporting!

Cheers,
Jennifer