예제 #1
0
            public GetOrgAccountsUListRow AddGetOrgAccountsUListRow(int OrgsAccountsID, string OrgsAccountsWide, int OrgID)
            {
                GetOrgAccountsUListRow rowGetOrgAccountsUListRow = ((GetOrgAccountsUListRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    OrgsAccountsID,
                    OrgsAccountsWide,
                    OrgID
                };
                rowGetOrgAccountsUListRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowGetOrgAccountsUListRow);
                return(rowGetOrgAccountsUListRow);
            }
예제 #2
0
 public GetOrgAccountsUListRowChangeEvent(GetOrgAccountsUListRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void RemoveGetOrgAccountsUListRow(GetOrgAccountsUListRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void AddGetOrgAccountsUListRow(GetOrgAccountsUListRow row)
 {
     this.Rows.Add(row);
 }
예제 #5
0
 public GetOrgAccountsUListRowChangeEvent(GetOrgAccountsUListRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }