Home
Options

Calling a .LINQ file from another .LINQ file

Is it possible to call a linq file from another linq file (with an argument) like a method call.

I have this requirement : In one linq file, I fetch the data using an linq query. This data is saved to a text file.
In another linq file, I read the text file and display the size of the file (that is to know the size of retrieved data).

In my first file, after saving the contents to text file, I need to call the 2nd linq file by passing the saved filename (with path) and display the filesize.

Comments

Sign In or Register to comment.