Beta: Util.Compile - Question - DataContext generation
Options
Hi,
I have a short question regarding the compile method.
If I compile a query using a database connection.
Is the underlying DataContext generated every time I compile the query?
Is the schema updated, so that new fields and tables are available in the query?
Martin
I have a short question regarding the compile method.
If I compile a query using a database connection.
Is the underlying DataContext generated every time I compile the query?
Is the schema updated, so that new fields and tables are available in the query?
Martin
Comments
-
It's regenerated when the schema changes. So yes, you can use the new fields and tables.