Returning results from linq to sql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy B

    Returning results from linq to sql

    If I have the following code:

    MondayMealDataC ontext.SelectAl lMembers();

    What would the results be returned to .net be in the form of?


  • Mark Rae [MVP]

    #2
    Re: Returning results from linq to sql

    "Andy B" <a_borka@sbcglo bal.netwrote in message
    news:O2X8C$p8IH A.5404@TK2MSFTN GP04.phx.gbl...
    If I have the following code:
    >
    MondayMealDataC ontext.SelectAl lMembers();
    >
    What would the results be returned to .net be in the form of?
    Depends what the code actually does and what its return datatype is...


    --
    Mark Rae
    ASP.NET MVP


    Comment

    Working...