Questions tagged as 'lambda'

0
answers

Query Entity Framework c # with two types of data

I want to know if I have these two values in my table for verification the data type I get error using (RARGEntities datosEntity = new RARGEntities()) { RegistroDatos datos = datosEntity.RegistroDatos.Where(x => x.CodPersona == CodP...
asked by 16.03.2018 / 15:15
1
answer

How to write a Lamdba function in VB.NET

Note: This is a translation of an OS question in English. I am working on a VB.net project. I am new with VB.net LINQ and I would like to know the Lambda equivalent of var _new = orders.Select(x => x.items > 0); On VB.net O...
asked by 28.02.2017 / 15:36