예제 #1
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(SqlHelperBook.GetMaxID("id", "Navigation"));
 }
예제 #2
0
파일: ShuSelf.cs 프로젝트: radtek/GitKB288
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(SqlHelperBook.GetMaxID("id", "ShuSelf"));
 }
예제 #3
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(SqlHelperBook.GetMaxID("id", "Contents"));
 }
예제 #4
0
 /// <summary>
 /// 得到最大ID
 /// </summary>
 public int GetMaxId()
 {
     return(SqlHelperBook.GetMaxID("id", "Favorites"));
 }