Gremlinq / ExRam.Gremlinq

A .NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to specify a different name for in-database properties than renaming the C# property?

gfaraj opened this issue · comments

For example, my graph has a partition key of "/partitionKey" with a lower-case "p" -- whereas my C# property is "PartitionKey" -- I'm getting errors when trying add a vertex. Renaming the C# property to "partitionKey" seems to do the trick, but just wondering if there is a better way.

Sorry, nevermind, I found a discussion that answers this:

#601