LINQ in Action roller

Embedded objects

Hello All! I have generated several objects (via Linq) : Client - main table, ClientContacts - related table. I use next statement in stored procedure (for return client and its contacts): SELECT ClientID, ClientName FROM Clients WHERE ClientID = 1 SELECT * FROM Contacts WHERE FK_ClientID = 1 Could you please tell me if there is any possibility to get both Client and List with this procedure? Many thanks. Read More...
Published Friday, April 25, 2008 2:12 AM by MSDN Forums: LINQ Project General
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication