How To Get Data From Multiple Tables In C# Windows Form

Sdílet
Vložit
  • čas přidán 3. 04. 2022
  • This tutorial you can learn about creating relation with two tables. and display data from two table to DataGridView in c# using Linq. For example one table is Product_Info and second one is for Purchase_Info. Now inserting record in product info and purchase info with the relation ProductID column.
    After inserting record it can easily display data from both tables to DataGridView.
    This tutorial also covers how to create table with foreign key relation.
    How to debug any page.
    How to get data from two tables to DataGridView in c# linq.
    CRUD in C# With SQL Using Linq | Insert Delete Update Search in SQL in C# Linq to SQL Class
    • CRUD in C# With SQL Us...
    Insert Delete Update Search in SQL using ConnectionString in C#
    • Complete CRUD Operatio...
    ------
    This channel covers all the programming tutorial related with .Net- C#, linq, VB, SQL, Android, HTML, CSS, jQuery, Crystal Report and Microsoft Report.
    So, Please subscribe and keep in touch.
    / programminggeek
    Visit my page in Facebook
    / programminggeek7
    ------
    #HowToGetDataFromMultipleTablesInCSharp #GetDataFromMultipleTablesInCSharp #LoadDataFromMultipleTablesInCSharp
    programmingGeek,how to get data from multiple tables in c#, how to get data from two tables using linq in c#, how to get data from multiple tables in c# linq, how to display data from multiple tables in c#,how to load data from multiple tables in c#, how to display data from multiple tables in c# linq, linq tutorial, .dbml

Komentáře • 10

  • @hayderissa3472
    @hayderissa3472 Před rokem +1

    thanks for all that

  • @maxspeed2247
    @maxspeed2247 Před rokem

    subscribed ❣😍

  • @reivinbonshueder7350
    @reivinbonshueder7350 Před 2 lety +1

    hello, very good tutorial, could you make more videos related to the linq to sql class, I saw it and it seemed to me a simpler way to access the database, than with the conventional way that was done before

  • @syazwani3285
    @syazwani3285 Před 11 měsíci

    Hello, do you know how to get data from multiple table and display in html? using c#. Please do response if you know how to do it.

  • @asmaa6848
    @asmaa6848 Před 8 měsíci +1

    what about 3 tables how i how i could join between them?

    • @ProgrammingGeek
      @ProgrammingGeek  Před 6 měsíci +1

      You can join 3 / 2 or many table with the same process. Please keep connected!

  • @riteshgawade8140
    @riteshgawade8140 Před 4 měsíci +1

    Too complex method 😢

    • @ProgrammingGeek
      @ProgrammingGeek  Před 2 měsíci

      Thanks for your comment. This is linq. Some of activities need to do for connecting with SQL using linq.