Example #1
0
 public static bool ExistsColumn(Data_Source link, string table)
 {
     return(CacheDb.Exists(GetColumnKey(link, table)));
 }
Example #2
0
 public static bool ExistsTable(Data_Source link)
 {
     return(CacheDb.Exists(GetTableKey(link)));
 }