public static FluentColumn Double(string name)
 {
     return(SColumn.Double(name));
 }