#load .linq file with *.linq

Options

The below code alow to load all .cs file under folder

load "_Models\Extensions*.cs"

Why it's not working in .linq

load "_Models\Extensions*.linq"

Comments