Beispiel #1
0
        ///
        /// 增加新一条新记录。
        ///
        public RowTW_ANSWER AddRowTW_ANSWER(System.Byte[] IMG, System.Int16 NDEL, System.DateTime DMODIFY, System.String VHUIFUID, System.String VID, System.String VQUESID, System.String VCONTENT, System.DateTime DCREATE, System.String VINPUTID)
        {
            RowTW_ANSWER row = ((RowTW_ANSWER)(this.NewRow()));

            row.ItemArray = new object[] { IMG, NDEL, DMODIFY, VHUIFUID, VID, VQUESID, VCONTENT, DCREATE, VINPUTID };
            this.Rows.Add(row);
            return(row);
        }
Beispiel #2
0
 public RowChangeEventTW_ANSWER(RowTW_ANSWER row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Beispiel #3
0
 ///
 /// 删除指定的记录。
 ///
 public void RemoveRowTW_ANSWER(RowTW_ANSWER row)
 {
     this.Rows.Remove(row);
 }
Beispiel #4
0
 ///
 /// 增加新一条新记录。
 ///
 public void AddRowTW_ANSWER(RowTW_ANSWER row)
 {
     this.Rows.Add(row);
 }