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
Tejaswini Prashant J
NA
114
0
DLinq: How to get identity value after inserting a new row in table
May 9 2009 5:39 AM
I am using Dling/ LinqDatacontext with my application.
I can insert a row in the table by
LINQDataContext.TableName.Add(tableInstance);
it's adding successfully a row in the table.
My problem is I want to retrieve the Identity value of the table after inserting a row. ( in the same way we can do by using Execute Scaler method)
I don't know how we can do this, when using Dlinq.
Please help me out!
Thanks in advance
Reply
Answers (
0
)
Memory Leak using LINQ?
The Only Child tables cause the object disposed problem when using datagridview in winform?