Ruben Cebreiros Fernandez
Ruben Cebreiros Fernandez
Hi, The version are: Z.EntityFramework.Extensions 4.0.12 Z.BulkOperations 3.0.3 Thanks
Any solution? Thanks?
Hi, Sorry for the delay, I want to try an empty project with the same database and see if it gives the problem. But I haven't had 1 second. Thanks...
Hi I send the poryect to [email protected]. Looking forward to hearing from you ;)
Thanks,
Hi, any update of this private void AddBody(RestRequest request, IEnumerable entities) { request.RequestFormat = DataFormat.Xml; var serialized = string.Empty; serialized = "\n" + serialized + "\n"; request.AddParameter("application/xml", serialized, ParameterType.RequestBody); }...