CS0246 The type or namespace name ‘QuoteTableset’ could not be found (are you missing a using directive or an assembly reference?)
CS1061 ‘FakeDirective’ does not contain a definition for ‘dsHolder’ and no accessible extention method ‘dsHolder’ accepting a first argument of type ‘FakeDirective’ could be found (are you missing a using directive or an assembly reference?)
Sorry, my bad, I was trying to do this in a data directive which I guess that you can’t do. I converted it into a method directive and it works without error.