No announcements
Found 2922317 threads
-
0 Votes
Approach for handling XML to SQL with EF? Ling to XML + Linq to Entities?
> Could I read the xml data with linq to xml then create the entities and then save changes? The answer is yes. For ...Answered | 1 Replies | 616 Views | Created by shiftbit - Thursday, December 12, 2013 5:27 PM | Last reply by Fred Bao - Friday, December 13, 2013 5:07 AM -
2 Votes
Linq to XML - character entities
? LINQ to XML XNode instance have a ToString() method that serializes the node to XML so you could see well-formed XML markup when looking at an ...Answered | 6 Replies | 5203 Views | Created by Anonymouse Anon - Friday, June 18, 2010 1:31 PM | Last reply by Anonymouse Anon - Friday, June 18, 2010 4:02 PM -
0 Votes
Linq to XML error handling
Why don't you validate the XML document against a schema before start retrieving nodes? Create a schema in vs.net out of the XML file. Then validate using ...Answered | 1 Replies | 3123 Views | Created by TheLearner - Wednesday, July 29, 2009 4:29 PM | Last reply by ssaranv - Wednesday, July 29, 2009 7:21 PM -
0 Votes
LINQ to XML - Loading Entities from XML
I believe that I'm trying to do something incredibly simple. Yet, I can't figure out a clean way to do it. I have some XML that looks like ...Unanswered | 1 Replies | 4030 Views | Created by Alan Z - Monday, December 27, 2010 10:04 PM | Last reply by Martin Honnen - Tuesday, December 28, 2010 11:11 AM -
0 Votes
LINQ to Entities with an XML data source?
What I'm hoping is to be able to use the designer to combine entities from different underlying sources (SQL, XML etc.) and address them together ...Answered | 1 Replies | 3714 Views | Created by nil5286 - Wednesday, February 2, 2011 11:46 AM | Last reply by darnold92 - Wednesday, February 2, 2011 1:32 PM -
0 Votes
LINQ to Entities with an XML data source?
Ed, LINQ to Entities is a "variant" (I don't know the official term) of LINQ that works with Entity Framework objects. WHat ...Answered | 4 Replies | 7619 Views | Created by Ed Graham - Thursday, June 11, 2009 10:10 PM | Last reply by Ed Graham - Tuesday, June 23, 2009 3:15 PM -
0 Votes
LING TO XML DELETE ITEN
Hi Iam tryed to delete a iten of my XML file, but I need to to select in my query select Element and Attribute to filter and delete de ...Answered | 2 Replies | 3757 Views | Created by FSQ - Friday, July 4, 2008 9:05 PM | Last reply by FSQ - Thursday, July 10, 2008 12:23 PM -
0 Votes
Linq to XML
Mattaniah, You can use Linq do XML only if you are coding CLR objects to be used in SQL (stored procedures, functions, triggers, etc.).. these ...Answered | 1 Replies | 7696 Views | Created by Mattaniah - Friday, January 28, 2011 12:08 PM | Last reply by Raul Santos Neto - Friday, January 28, 2011 2:42 PM -
0 Votes
Linq to sql, and sql for xml
queries then you can type sql like: select * from Table1 for xml auto That will generate an xml file. Does ...Answered | 3 Replies | 4788 Views | Created by Thomas Koelle - Tuesday, March 23, 2010 3:44 PM | Last reply by Michael Sun [MSFT] - Wednesday, March 24, 2010 9:35 AM -
0 Votes
LINQ to XML
So you will not use LINQ to XML within SQL Server with the xml data type, rather you will use ...Unanswered | 3 Replies | 7411 Views | Created by Chamy07 - Thursday, September 18, 2008 8:59 PM | Last reply by Martin Honnen - Monday, September 22, 2008 3:17 PM -
0 Votes
Linq to Sql / Linq to Entities
LINQ to SQL is not being dropped in 2010. However, don't expect to see major enhancements to it. The major additions that EF brings is adding the ...Answered | 1 Replies | 4143 Views | Created by twistedinferno - Wednesday, June 24, 2009 2:14 PM | Last reply by Jim Wooley - Wednesday, June 24, 2009 8:06 PM -
0 Votes
Linq to SQL vs Link to XML
theLINQ querry syntax to SQL statment but what happen to Linq to XML ? In other words, by using LINQ, what is the ...Proposed | 3 Replies | 1169 Views | Created by wakefun - Thursday, October 12, 2017 12:12 PM | Last reply by Bob Ding - Monday, October 16, 2017 8:56 AM -
0 Votes
LINQ to SQL, XML, Objects..... why not just a single "LINQ to Entities"?
My understanding is that providers are available for LINQ to XML, SQL, Entities, Objects.... so I can access all of these data sources using the ...Answered | 2 Replies | 2127 Views | Created by edm2 - Sunday, November 4, 2012 5:46 AM | Last reply by edm2 - Sunday, November 4, 2012 4:31 PM -
1 Votes
XML Serialization or LINQ to XML?
would like to know what is the best way of handling xml data (in general) from external applications as the API might be slightly different for each implementation ...Answered | 1 Replies | 3634 Views | Created by TheLearner - Monday, June 15, 2009 10:53 AM | Last reply by David M Morton - Monday, June 15, 2009 11:00 AM -
0 Votes
Building xml header with linq to xml
Is there a way of creating this header with LINQ to XML? The attributes with colons in ...Answered | 3 Replies | 3101 Views | Created by TheLearner - Friday, July 10, 2009 10:57 AM | Last reply by TheLearner - Friday, July 10, 2009 2:44 PM -
3 Votes
Parse XML document with LINQ TO XML
tends to works best with XML generated by it rather than arbitrary XML. For arbitrary XML you need to figure out how to create ...Answered | 6 Replies | 638 Views | Created by Dario Tordin - Thursday, April 2, 2015 6:25 PM | Last reply by Dario Tordin - Friday, April 3, 2015 1:14 PM -
0 Votes
Ling to XML(Literals): implicit Type Conversion ?
Hi, i have a small problem with Linq to XML: The following lines are written with VB 2008 / .Net ...Answered | 1 Replies | 4322 Views | Created by Andi_B5840160 - Monday, November 3, 2008 8:03 PM | Last reply by Martin Honnen - Tuesday, November 4, 2008 12:19 PM -
1 Votes
Linq to Entities and Xml Fields
Hi to all.I have this scenario: A SQL Server table myTable with field1, xmlField (nvarchar(50) and xml sql server data type) ...Unanswered | 4 Replies | 8445 Views | Created by EmPy studio - Tuesday, October 13, 2009 5:32 AM | Last reply by EmPy studio - Wednesday, October 14, 2009 7:59 PM -
4 Votes
Writing XML to Sql with Linq
. I was following an example on how to do xml to sql with Linq, what i have been assigned to do is to write a ...Answered | 6 Replies | 2893 Views | Created by tmacdonaldmpower - Friday, November 13, 2009 6:31 PM | Last reply by tmacdonaldmpower - Saturday, November 14, 2009 1:51 AM -
0 Votes
How to prevent xml escape sequence entities with Linq?
HI, I have generated some xml using the linq method, however, some of the elements are generated using the > and < entities. I'd like those ...Answered | 4 Replies | 9185 Views | Created by PhrankBooth - Monday, October 13, 2008 12:41 AM | Last reply by Kevin Babcock - Friday, October 17, 2008 7:38 AM - Items 1 to 20 of 2922317 Next ›
No announcements