0
votes
1answer
380 views

linq if statement, or stored procedure if statements

I am looking to run a piece of code in the database. However there is no supported translation to sql (using linq to sql). How to convert this code logic ro either inline in linq or in a stored ...
0
votes
1answer
204 views

Linq Query to parse/fetch content from this XML (WSDL)

<?xml version="1.0" encoding="UTF-8"?> <definitions xmlns:def="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xs="http://www.w3.org/2001/XMLSchema" ...