Ejemplo n.º 1
0
            public ListStatementIdRow AddListStatementIdRow(string StatementId)
            {
                ListStatementIdRow rowListStatementIdRow = ((ListStatementIdRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    StatementId
                };
                rowListStatementIdRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowListStatementIdRow);
                return(rowListStatementIdRow);
            }
Ejemplo n.º 2
0
 public ListStatementIdRowChangeEvent(ListStatementIdRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 3
0
 public void RemoveListStatementIdRow(ListStatementIdRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void AddListStatementIdRow(ListStatementIdRow row)
 {
     this.Rows.Add(row);
 }