Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
SQL
CREATE PROCEDURE spGetIndividual
AS
BEGIN
    SELECT ID, Name FROM Source
    SELECT ID, RelationshipName FROM Relationship
    SELECT ID, Name FROM Type
    SELECT ID, Occupation FROM Occupation
    SELECT ID, PartnerName FROM Partner
    SELECT ID, ClientSince FROM Client
END

this is my store procedure and i want use in linq to sql . how it will
use plz help me .
Posted

1 solution

It must be hard not having access to google where you live. I searched for you and found this[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900