Example #1
0
            public motive770Row Addmotive770Row(short ayear, string idmot, string description, System.DateTime lt, string lu, string cu, System.DateTime ct)
            {
                motive770Row rowmotive770Row = ((motive770Row)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    ayear,
                    idmot,
                    description,
                    lt,
                    lu,
                    cu,
                    ct
                };
                rowmotive770Row.ItemArray = columnValuesArray;
                this.Rows.Add(rowmotive770Row);
                return(rowmotive770Row);
            }
Example #2
0
 public motive770RowChangeEvent(motive770Row row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #3
0
 public void Removemotive770Row(motive770Row row)
 {
     this.Rows.Remove(row);
 }
Example #4
0
 public void Addmotive770Row(motive770Row row)
 {
     this.Rows.Add(row);
 }