Esempio n. 1
0
 public int Count(ClusterComputerType mComputerType)
 {
     return(SearchService.Count(TableName, string.Format("ComputerType={0}",
                                                         (int)mComputerType)));
 }