Пример #1
0
            public tbDespachantesContatosRow AddtbDespachantesContatosRow(int nIdDespachante, int nIdContato, string strNome, string strEmail, string strTelefone, string strFax, string mstrRDA)
            {
                tbDespachantesContatosRow rowtbDespachantesContatosRow = ((tbDespachantesContatosRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    nIdDespachante,
                    nIdContato,
                    strNome,
                    strEmail,
                    strTelefone,
                    strFax,
                    mstrRDA
                };
                rowtbDespachantesContatosRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowtbDespachantesContatosRow);
                return(rowtbDespachantesContatosRow);
            }
Пример #2
0
 public tbDespachantesContatosRowChangeEvent(tbDespachantesContatosRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Пример #3
0
 public void RemovetbDespachantesContatosRow(tbDespachantesContatosRow row)
 {
     this.Rows.Remove(row);
 }
Пример #4
0
 public void AddtbDespachantesContatosRow(tbDespachantesContatosRow row)
 {
     this.Rows.Add(row);
 }