Linq learning notes (1 ).

Source: Internet
Author: User

Linq learning notes (1 ).

 

First: Find the First record that meets the condition, and then return, no matter how much data is there. Single: sorts all records first, and then finds the unique record that meets the requirements.

Single (): operates on a set, and only one object must be matched, and this one is returned.

First (): operates on a set. Multiple objects can be matched, but only the First one is returned.

Take (1): to operate on a set, there can be a matching object. Only the first one is returned, but here a set is returned, rather than a single concept.

The Take () method extracts the first n results from the query results. The Skip () method in the instance is the opposite of the Take () method. It can Skip the first n results and return the remaining results. In Linq, the two are called partition operators.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.