public GetSubFundSelectionRow AddGetSubFundSelectionRow(int SubFundID, string SubFund, string Description, short RollYear) { GetSubFundSelectionRow rowGetSubFundSelectionRow = ((GetSubFundSelectionRow)(this.NewRow())); object[] columnValuesArray = new object[] { SubFundID, SubFund, Description, RollYear }; rowGetSubFundSelectionRow.ItemArray = columnValuesArray; this.Rows.Add(rowGetSubFundSelectionRow); return(rowGetSubFundSelectionRow); }
public GetSubFundSelectionRowChangeEvent(GetSubFundSelectionRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void RemoveGetSubFundSelectionRow(GetSubFundSelectionRow row) { this.Rows.Remove(row); }
public void AddGetSubFundSelectionRow(GetSubFundSelectionRow row) { this.Rows.Add(row); }