I wanted to take advantage of SubSonic's default behavior to find the first non-key string column to use as the object description. Usually I just name that colun description and then [bracket] it in t/sql. This time I decided to name the column "Descriptor". That leads to this warning -
Warning 3 'SW21Console.DAL.CompanyTable.Descriptor' hides inherited member 'SubSonic.Schema.DatabaseTable.Descriptor'. Use the new keyword if hiding was intended.
So - just lump it and go with [Description]?