Query to ComboBox DataSource (SQLite Visual Studio C#) (19/23)

Опубликовано: 30 Март 2026
на канале: rory mulcahey
1,387
13

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