ra0o0f / arangoclient.net

ArangoDB .NET Client with LINQ support
Apache License 2.0
99 stars 37 forks source link

Allow JsonProperty(PropertyName='blah') to be used during Serialization #99

Open TimF2004 opened 6 years ago

TimF2004 commented 6 years ago

This addresses the issue with using the JsonProperty(PropertyName="") where the decorated property name is not propogated to the server during the insert/update to the ArangoDB instance.