robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.28k stars 265 forks source link

Not able to use Select with where constraint #50

Closed pmohansivam closed 7 years ago

sandolkakos commented 7 years ago

Here is an example about how to select a person object by its name: Person person = personList.Where(x => x.Name = "Name").FirstOrDefault(); // you need to import the using System.Linq to use the Where clause.

robertohuertasm commented 7 years ago

Closing this as it seems a duplicate of #51. This seems to be less elaborated than #51 that's why I'm closing it even though it was posted before.