mfenniak / rethinkdb-net

A C# / .NET client driver for RethinkDB.
Other
247 stars 37 forks source link

Allow client-side access to unsupported fields #236

Closed mfenniak closed 8 years ago

mfenniak commented 8 years ago

If a field is on a type that can be accessed server-side, but the field can't be, access it client-side. Will fix #220.