Answers for "how to use skip and take in linq"

0

how to use skip and take in linq

fileCollection.OrderBy(a=>a.Id).Skip(()=>skip).Take(()=>take);
Posted by: Guest on February-25-2022

Browse Popular Code Answers by Language