In this video we will cover how to add data to a ComboBox through the Datasource binding, using SQL in a SQLite Database.
Basic Steps:
Build a query that will pull desired data from your database.
Assign data to temporary variables.
Create a list data structure to store multiple lines of data.
Add data to the list data structure.
Return the list and assign it to the combobox datasource
C# .NET
Windows Form Application
Visual Studio
List
ComboBox
Datasource
DisplayMember
selectedItem
Interface
Polymorphism
class objects
IEnumberable
SQL
SELECT
FROM