sqlsharpener
sqlsharpener copied to clipboard
null check on computed view cols, and IHasColumns interface
adding null check for particular case of computed view columns for which type cannot be determined. also adding IHasColumns interface that both Table and View implement, so it's possible to more easily use a single routine for generating a class for either