Example #1
0
 public DataRow GetDataByID(int id)
 {
     return(database.GetFilterData(this.type, id));
 }