0
- I have in SQL Server a database called STORE;
- In this database I have a table called Funcio, it contains 5 columns and they are respectively: Name, CPF, Date, Date issued, Idfuncionario.
- In my C# application I have already made the connection to the database through ADO.NET Model Entity Framwork and the model is called Lojaentities.
- I want to now popular datagridview1 with only 3 columns of the Funcionaio table, which would be respectively; Idfuncionaio, Nome, CPF.
What is the best way to make the village?