Using LINQ to SQL, is there any way to specify "Delay Loaded = true" for some properties on entities using code?
I can do it manually in the designer but I will lose that customization if the table is updated/rebound.
I know of DataLoadOptions and LoadWith(), but that's for using eager loading instead of lazy loading, and I want to specify lazy loading where eager loading is the default.
ScottGu made some interesting promises here but afaik he never followed up on it. :-)