public F2010_ListStateCodeRow AddF2010_ListStateCodeRow(int StateCodeID, string State, string StateCode)
            {
                F2010_ListStateCodeRow rowF2010_ListStateCodeRow = ((F2010_ListStateCodeRow)(this.NewRow()));

                rowF2010_ListStateCodeRow.ItemArray = new object[] {
                    StateCodeID,
                    State,
                    StateCode
                };
                this.Rows.Add(rowF2010_ListStateCodeRow);
                return(rowF2010_ListStateCodeRow);
            }
 public F2010_ListStateCodeRowChangeEvent(F2010_ListStateCodeRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemoveF2010_ListStateCodeRow(F2010_ListStateCodeRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddF2010_ListStateCodeRow(F2010_ListStateCodeRow row)
 {
     this.Rows.Add(row);
 }