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
Sivakumar
NA
551
217.8k
How to get a table details using linq to sql storedprocedure
Aug 13 2015 1:40 AM
Hi am creating a stored procedure for a table like below
Create PROCEDURE uspGetTeam(
@TeamID INT,
@TeamName nvarchar(50),
@TeamStatus int
)
AS
BEGIN
SELECT @TeamID=TeamID, @TeamName=TeamName,@TeamStatus=TeamStatus FROM Team WHERE TeamID=@TeamID
END
using these stored procedure to get the details using linq to sql
Reply
Answers (
8
)
DateTimePicker
windows setup