Example #1
0
        ///
        /// 增加新一条新记录。
        ///
        public RowJZHZ_RELATION AddRowJZHZ_RELATION(System.Int16 NISDEF, System.String ID, System.Int64 NPHONE, System.String VNAME, System.String VSFZH, System.String VCARD, System.String VGX, System.String VGLID, System.String VPYM, System.String NSEX, System.DateTime DBIRTHDAY, System.String VPATIENTID, System.DateTime DCREATE)
        {
            RowJZHZ_RELATION row = ((RowJZHZ_RELATION)(this.NewRow()));

            row.ItemArray = new object[] { NISDEF, ID, NPHONE, VNAME, VSFZH, VCARD, VGX, VGLID, VPYM, NSEX, DBIRTHDAY, VPATIENTID, DCREATE };
            this.Rows.Add(row);
            return(row);
        }
Example #2
0
 ///
 /// 删除指定的记录。
 ///
 public void RemoveRowJZHZ_RELATION(RowJZHZ_RELATION row)
 {
     this.Rows.Remove(row);
 }
Example #3
0
 ///
 /// 增加新一条新记录。
 ///
 public void AddRowJZHZ_RELATION(RowJZHZ_RELATION row)
 {
     this.Rows.Add(row);
 }
Example #4
0
 public RowChangeEventJZHZ_RELATION(RowJZHZ_RELATION row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }