예제 #1
0
        ///
        /// 增加新一条新记录。
        ///
        public RowJZHZ AddRowJZHZ(System.String ID, System.Int64 NPHONE, System.String VNAME, System.String NSEX, System.String VSFZH, System.String VCARD, System.String VPWD, System.String VPYM, System.DateTime DBIRTHDAY, System.Int16 NSTOP, System.String VPATIENTID, System.DateTime DCREATE)
        {
            RowJZHZ row = ((RowJZHZ)(this.NewRow()));

            row.ItemArray = new object[] { ID, NPHONE, VNAME, NSEX, VSFZH, VCARD, VPWD, VPYM, DBIRTHDAY, NSTOP, VPATIENTID, DCREATE };
            this.Rows.Add(row);
            return(row);
        }
예제 #2
0
 ///
 /// 删除指定的记录。
 ///
 public void RemoveRowJZHZ(RowJZHZ row)
 {
     this.Rows.Remove(row);
 }
예제 #3
0
 ///
 /// 增加新一条新记录。
 ///
 public void AddRowJZHZ(RowJZHZ row)
 {
     this.Rows.Add(row);
 }
예제 #4
0
 public RowChangeEventJZHZ(RowJZHZ row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }