-
Re: InvalidOperationException when using IQ driver with Oracle Connection
Does the table that you're selecting have any associations? (Look for hyperlinks in the schema explorer). If so, how are the tables related? Is it possible that the primary key of one table is an Int… (View Post) -
Re: New Laptop
Connection information is stored in a file called ConnectionsV2.xml in %appdata%\linqpad. If you copy over that file, your connection info will be copied, too. (View Post) -
Re: Grouping of tables in LINQPad
It's grouping them by schema. If you expand the "Tables" node in SSMS, you'll see something similar, except that it expands all of the schemas at once and prefixes each of the tables by the… (View Post) -
Re: Not all navigation properties are shown
I can't think of a reason that would happen. If you can provide a schema that can reproduce the problem of navigation properties not showing, I can look into it. However, it's not always possible for… (View Post) -
Re: Highly Type object to Util.Compile error
Are you saying that it works fine if you define TestObject in My Extensions? If so, this is expected behaviour. The class needs to be available to both queries, and it has to be (numerically) the sam… (View Post)