1197 results found
-
18 votes
-
Show the number of rows returned by query
In the results panel, it would be useful to display the number of records returned by the query.
17 votes -
Support synonyms
Automatically create entities based on synonyms just like it currently does for views and stored procedures.
31 votes -
Copy and Paste to Visual Studio
In a C# app, my code is often:
DataClassesDataContext db = new DataClassesDataContext();Then the Linq code is, for example
var results = from answer in db.Answers
where answer.Score > 20
select answerBasically, this cannot be copied and pasted to / from LinqPad as the tables are in the DataContext. db. breaks linqPad / VS when it is copied back in.
Would be nice to be able to define the name of the DataContext globally (default), or for each query.
5 votes -
auto graph
Small request. I love the visualisation feature "Show Graph" and it would be nice to have the option to automatically graph all columns in a resultset.
7 votes -
create Comment uncomment button/shortcuts
In visual studio and SSMS we have buttons/shortcuts to highlight a block of code and comment it out or uncomment it. I would like to be able to comment in and out parts based on changes I make to one based on the other.
9 votes -
allow F1 or Alt-F1 to bring up the table definition/schema
allow F1 or Alt-F1 to bring up the table definition/schema, like in SSMS-> alt F1 brings up tons of information about the highlighted table. it would be nice to have a mechanism for jumping straight to the table info via keyboard shortcut if the table name is highlighted.
25 votes -
allow opendatasource in LINQ
openDataSource and openRowSet don't seem to work in LINQPad under LINQ instead of SQL. I use these on a number of queries, and would hate to have to go back to SQL everytime I needed data from another server on the one I'm on.
4 votes -
1 vote
-
Provide a LINQ Query Tuner
Something to identify common patterns of misuse or inefficiency in LINQ queries, and suggest alternatives
844 votes -
Support NHibernate
...and Linq to NHibernate once it's more stable
43 votes -
make it possible to reference and execute .linq files
When saving a .linq file, make it actually save as a compiled .exe but renamed, allowing us to reference the scripts in our projects and execute them from the command line.
303 votes -
Allow to set query transaction isolation level
Most of our queries' transaction isolation level is ReadUncommitted. This is very important on our production db to minimize the impact.
I find myself surrounding my queries with TransactionScope all the time.
In addition, some of the queries requries Snapshot isolation's, etc.
It would be very helpful to allow to set the isolation level in the advanced query properties or something similar.
Thanks.129 votes -
Allow .linq files to use env. vars to set ref. file paths.
I use link pad on two machines, each with slightly different directory structures. It would be nice if my .linq file could include referenced DLLs using notation like %HOME%...\Library.dll.
16 votes -
Allow results pane to be detached into a separate window
It would be useful if the results pane could be detatched into a separate window for easier viewing.
Since LINQPad now supports Programs as well Statements, the ability to make the most of screen real estate becomes more pertinent.
16 votes -
Flag read-only properties in output
I really would like to see for each property whether it's a readonly or a writable property. Maybe you could give the gray background of the headings some red touch for RO ones?
2 votes -
338 votes
- Don't see your idea?