示例#1
0
            public T_OCR_PHOTORow AddT_OCR_PHOTORow(decimal PHOTO_ID, string ISARCHIVED, decimal DOCK_ID, string PHOTO_URL, System.DateTime CTIME, string PHOTO_NAME, decimal PHOTO_POS, decimal CONT_ORDER, System.DateTime COPYTIME)
            {
                T_OCR_PHOTORow rowT_OCR_PHOTORow = ((T_OCR_PHOTORow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    PHOTO_ID,
                    ISARCHIVED,
                    DOCK_ID,
                    PHOTO_URL,
                    CTIME,
                    PHOTO_NAME,
                    PHOTO_POS,
                    CONT_ORDER,
                    COPYTIME
                };
                rowT_OCR_PHOTORow.ItemArray = columnValuesArray;
                this.Rows.Add(rowT_OCR_PHOTORow);
                return(rowT_OCR_PHOTORow);
            }
示例#2
0
 public T_OCR_PHOTORowChangeEvent(T_OCR_PHOTORow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
示例#3
0
 public void RemoveT_OCR_PHOTORow(T_OCR_PHOTORow row)
 {
     this.Rows.Remove(row);
 }
示例#4
0
 public void AddT_OCR_PHOTORow(T_OCR_PHOTORow row)
 {
     this.Rows.Add(row);
 }