In LINQPad can you access SYSOBJECTS using LINQ?

Posted by Xanthalas on Stack Overflow See other posts from Stack Overflow or by Xanthalas
Published on 2010-05-14T10:08:38Z Indexed on 2010/05/14 10:14 UTC
Read the original article Hit count: 651

Filed under:
|
|

In LINQPad is there any way to access either the SYSOBJECTS table or the various INFORMATION_SCHEMA.xxx views using LINQ?

I spend a lot of time searching through our huge company database for partial names as there are too many tables and Stored Procedures to remember the names of them all.

I know I can enter and run SQL in LINQPad but I would like to do this in LINQ instead of SQL as LINQ is more fun :)

Thanks

Xanthalas

© Stack Overflow or respective owner

Related posts about linqpad

Related posts about .NET