I want to convert these two query expression into dot notation
Q1
var x = from tbl in Person.Get(2, cat.Count)
group cat[i] by i/10;
Q2
foreach(var a in x)
string.Split("-", a);
How to do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is untested, but please see if this produces correct results for you –