David Yack
David Yack
Correct you can't do it on the expando directly that is why I had var myAccount = account as IDictionary; Then you don't need to cast each line
not opposed have to think about the cleanest way to add it
Can you elaborate on the scenario you are trying to solve?
ok I see, now I didn't look to hard at this, but take a look at http://blog.maskalik.com/asp-net/json-net-implement-custom-serialization/ - I believe Get and GetList would let you provide your own class,...
So what changes to the API would you like to see?
Are you using .net core or .net standard? some of the libs required by $batch processing was not the same and it hasn't been updated for those yet
No update, just needs research to find the equivlent processing of the output from .NET Core/Standard that full framework provides - any insight anyone might offer is welcome as it...
I'm worried about impact of the following to existing users - thoughts? @mohsinonxrm upgraded packages in all projects, targetting .net standard 2.0 only,… … a50110a @mohsinonxrm updated dotnet core project...
CDS doesn't provide explicit row locking , it is done implicitly when records are updated - what re you trying to do - the Web API can do a transaction...
I should add we don't current expose a change set method from this wrapper