❔ IEnumerable to ObservableCollection

I am not sure if im doing this correctly but I am trying to create a sqlite table with some data in it and then load the data from the table. I havent tried to run the code yet because when I follow along with the tutorial the code he writes pulls the list as a IEnumerable but I have the list as an observable collection so that the UI will change when the list is updated. Is there a way to change IEnumerables to ObservableCollections? And is that even what I should do here? Thanks

https://paste.mod.gg/cpttdpqbguai/0
A tool for sharing your source code with the world!
Was this page helpful?