public virtual IRepositoryConfig TryAddCol(string name, DataType Type) { if (!Cols.ContainsKey(name)) { AddCol(name, Type); } return(this); }