Beispiel #1
0
        ///
        /// 增加新一条新记录。
        ///
        public RowWJ_DICANSWER AddRowWJ_DICANSWER(System.String VID, System.String VNAME, System.String VPID, System.Int16 NSTOP, System.DateTime DCREATE, System.Int16 NSORT)
        {
            RowWJ_DICANSWER row = ((RowWJ_DICANSWER)(this.NewRow()));

            row.ItemArray = new object[] { VID, VNAME, VPID, NSTOP, DCREATE, NSORT };
            this.Rows.Add(row);
            return(row);
        }
Beispiel #2
0
 public RowChangeEventWJ_DICANSWER(RowWJ_DICANSWER row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Beispiel #3
0
 ///
 /// 删除指定的记录。
 ///
 public void RemoveRowWJ_DICANSWER(RowWJ_DICANSWER row)
 {
     this.Rows.Remove(row);
 }
Beispiel #4
0
 ///
 /// 增加新一条新记录。
 ///
 public void AddRowWJ_DICANSWER(RowWJ_DICANSWER row)
 {
     this.Rows.Add(row);
 }