Example #1
0
            public registrycvattachmentRow AddregistrycvattachmentRow(int idreg, int idregistrycvattachment, byte[] attachment, System.DateTime ct, string cu, string filename, System.DateTime lt, string lu, System.DateTime referencedate)
            {
                registrycvattachmentRow rowregistrycvattachmentRow = ((registrycvattachmentRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    idreg,
                    idregistrycvattachment,
                    attachment,
                    ct,
                    cu,
                    filename,
                    lt,
                    lu,
                    referencedate
                };
                rowregistrycvattachmentRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowregistrycvattachmentRow);
                return(rowregistrycvattachmentRow);
            }
Example #2
0
 public registrycvattachmentRowChangeEvent(registrycvattachmentRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #3
0
 public void RemoveregistrycvattachmentRow(registrycvattachmentRow row)
 {
     this.Rows.Remove(row);
 }
Example #4
0
 public void AddregistrycvattachmentRow(registrycvattachmentRow row)
 {
     this.Rows.Add(row);
 }