public XRPCOORRow AddXRPCOORRow(string cCode, string cName, string cName2, string cCtName, string cAddr, string cTel, string cFax, decimal nCredLim, decimal nCredTerm) { XRPCOORRow rowXRPCOORRow = ((XRPCOORRow)(this.NewRow())); object[] columnValuesArray = new object[] { cCode, cName, cName2, cCtName, cAddr, cTel, cFax, nCredLim, nCredTerm }; rowXRPCOORRow.ItemArray = columnValuesArray; this.Rows.Add(rowXRPCOORRow); return(rowXRPCOORRow); }
public XRPCOORRowChangeEvent(XRPCOORRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void RemoveXRPCOORRow(XRPCOORRow row) { this.Rows.Remove(row); }
public void AddXRPCOORRow(XRPCOORRow row) { this.Rows.Add(row); }