TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
miroslav nikolic
NA
10
5.1k
I have to save and read xml file in one column linq database
Jul 29 2014 6:24 PM
I have linq database table with 3 columns one use for stored xml file
CREATE TABLE dbo.Txml(
brRacuna int NULL,
korisnickoime varchar(50) NULL,
xmldata xml NULL
)
I need to write xml file into column xmldata and aslo read data from this column using linq query
I need realy help thanks in advance
Reply
Answers (
1
)
I have to save and read xml file in one column linq database
Delete multiple Records which has a FKkey using EF ?