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