-5

I would like to know if there is any software to manage and view result of a entity framework query like a MS SQl Server Management Studio for SQL.

4

3 回答 3

2

I think you easily can relay on LinqPAD to execute, control and see results of the query.

There is detailed blog post dfined there: .NET - New connection providers in LINQPad

于 2012-12-18T11:24:32.793 回答
1

Your question is ambigous but here goes.

Try Debugging with a breakpoint to see the result of a Query.

于 2012-12-18T11:24:00.533 回答
0

Linqpad可以显示实体框架查询的结果。如果我没记错的话,它将显示结果数据集和创建的 SQL。

有关“如何”,请参阅将 LINQPad 与实体框架一起使用。

于 2012-12-18T11:26:22.267 回答