Bosphorus.Dao.Demo.NHibernate.General.ExecutionList.Extension.LinqProvider.Decode_2Fallback C# (CSharp) Метод

Decode_2Fallback() публичный Метод

public Decode_2Fallback ( ) : IQueryable
Результат IQueryable
        public IQueryable<int> Decode_2Fallback()
        {
            IQueryable<int> result = from model in customerDao.Query() select model.Name.Decode("Onur", 1, "Oğuz", 2, -1);
            return result;
        }