コード例 #1
0
 public static int GetUpdateErrorCount(IDomainDataProvider domainDataProvider, string version)
 {
     return(domainDataProvider.GetCount(
                new SQLCondition("select count(*) from TBLUPDATELOG where VERSION = '" + version + "' and result='FALSE'")));
 }