Posts by Mr Caji • 21 points
1 post
-
2
votes1
answer142
viewsQ: Display the ID of another table in Datagridview
How do I display the ID of another table in my DataGridView? I can display all fields except ID. var novaListaPessoaFisica = listaPessoaFisica.Select( pessoaFisica => new { PessoaFisicaID =…