LINQPad using (Debugging LINQ, Debugging Business Scenarios with LINQ, editing data in a table)

Source: Internet
Author: User
LINQPad is a LINQ statement debugging tool that functions as follows:1. Execute the LINQ statement directly and view the generated native SQL statement 2, can be combined with linq+c# code for business Scenario debugging 3, the table directly add, modify, delete data 4, Execute SQL statements directly the official download site: http://www.linqpad.net/ version: Free version, provide the most basic features premium: Premium version, need to purchase, provide smart prompt function (very important, can be self-search download) Take SQL Server's Northwind database as an example, and explain how to use it: First, execute a simple LINQ statement, and view the generated SQL statement
second, execute complex LINQ statements
third, execute LINQ with C # statements
Iv. Editing and deleting data in the table Oracle's statement select p.rowid,p.* from T1, and you can edit the data directly in the query results. SQL Server is relatively less convenient LINQPad provides oracle-like functionality v. Execute SQL statements directly



From for notes (Wiz)



LINQPad using (Debugging LINQ, Debugging Business Scenarios with LINQ, editing data in a table)

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.