public PropertyInfo AddProperty(string name, string dbName, Type type) { return(AddProperty(name, dbName, ClassType.FromCsType(type))); }