Table<Customer> Northwind db = new Northwind(connectionString); // use 'var' keyword because there is no name for the resultant type of the projection var q
@ThreadSafe class Foo { private static class HelperHolder { public static Helper helper = new Helper(); } public static Helper getHelper() { return HelperHolder