Home
Options

Execcuting a SQL Query within LinqPad Program - any way to use the Program's data context?

I've got a LINQPad program, with various linq queries, etc. If I want to place a SQL query in the midst is there a way to do that and still use the existing data context or do I need to define a SQLConnection and provide my own connection string etc etc.

Comments

Sign In or Register to comment.