public void RenameTableName(string oldName, string newName) { if (BindingImageInfo != null) { BindingImageInfo.RenameTableName(oldName, newName); } }
public IEnumerable <LocatedObject <object> > GetFormulaReferObjects(LocationIndicator location) { if (IsBinding && BindingImageInfo != null) { return(BindingImageInfo.GetFormulaReferObjects(location)); } return(Enumerable.Empty <LocatedObject <object> >()); }
public IEnumerable <LocatedObject <TableCheckInfo> > GetTableInfo(LocationIndicator location) { if (IsBinding && BindingImageInfo != null) { return(BindingImageInfo.GetTableInfo(location)); } return(Enumerable.Empty <LocatedObject <TableCheckInfo> >()); }