Exemple #1
0
 public static bool isNull(StatisticalInfo statisticalInfo)
 {
     if (statisticalInfo.TableName == "")
     {
         return(true);
     }
     if (statisticalInfo.Operation == "")
     {
         return(true);
     }
     return(false);
 }
Exemple #2
0
 public static bool isNormative(StatisticalInfo statisticalInfo, ref List <string> errorMsg)
 {
     return(false);//待做
 }