コード例 #1
0
 public static DataSet GetAnnouncementList(string where)
 {
     return(DataHelper.GetListByDesc("Announcement", where));
 }
コード例 #2
0
ファイル: NoteDAL.cs プロジェクト: ylemzhang/CollectionSystem
 public static DataSet GetNoteList(string where)
 {
     return(DataHelper.GetListByDesc("NoteTable", where));
 }
コード例 #3
0
 public static DataSet GetMessageList(string where)
 {
     return(DataHelper.GetListByDesc("Messagetable", where));
 }
コード例 #4
0
 public static DataSet GetReceivedMessageList(string where)
 {
     return(DataHelper.GetListByDesc("MessageReceivedList", where));
 }
コード例 #5
0
 public DataSet GetBalanceList(string field, string where)
 {
     return(DataHelper.GetListByDesc(this.TableName, field, where));
 }