1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] What is the syntax for an inner join in LINQ to SQL?

Discussão em 'Outras Linguagens' iniciado por Stack, Outubro 4, 2024 às 04:52.

  1. Stack

    Stack Membro Participativo

    I'm writing a LINQ to SQL statement, and I'm after the standard syntax for a normal inner join with an ON clause in C#.

    How do you represent the following in LINQ to SQL:

    select DealerContact.*
    from Dealer
    inner join DealerContact on Dealer.DealerID = DealerContact.DealerID

    Continue reading...

Compartilhe esta Página