We\'re building a WPF application, using Oracle database, also using NHibernate and uNHAddins extensions. In a DataGrid, we\'re trying to get values from a table, with this query LINQ:
I want to return a collection of strings where every second record is \"0\" similar to this: foreach (Customer c in customers)