Hello.
I have two tables in a database - Clubs and Players. Each Club consists of 25 players. So a virtual table ClubsPlayers is created.
I would like to access this tables row or cell, but I don't know how.
As you can access real tables like this:
xDataSet.Clubs[1].IdClub;