UseLowerCaseLabels not working #1473
-
Hello, I'm trying to refactor code with ExRam.Gremlinq package instead of Gremlin.Net. We have existing GraphDb, which we want to reuse. All our vertices has Labels in lowercases. I did found extension method UseLowerCaseLabels, which can be used to change Labels implementation. This configuration is not working. When I add vertex in GraphDB, Label value is still in PascalCase. Code snippet for configuration attached. Did you do something wrong?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Don't call |
Beta Was this translation helpful? Give feedback.
-
Thanks @danielcweber it worked. |
Beta Was this translation helpful? Give feedback.
Don't call
UseModel
beforeUseCosmosDb
. Instead, useConfigureModel
afterUseCosmosDb
.