public tsh_ContactosRow Addtsh_ContactosRow(string IdCuenta, string IdPersona, long IdTipoContacto, long IdCargo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa) { tsh_ContactosRow rowtsh_ContactosRow = ((tsh_ContactosRow)(this.NewRow())); rowtsh_ContactosRow.ItemArray = new object[] { IdCuenta, IdPersona, IdTipoContacto, IdCargo, FechaCreacion, IdConexionCreacion, UltimaModificacion, IdConexionUltimaModificacion, IdReservado, RowId, IdEmpresa }; this.Rows.Add(rowtsh_ContactosRow); return(rowtsh_ContactosRow); }
public tsh_ContactosRowChangeEvent(tsh_ContactosRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Removetsh_ContactosRow(tsh_ContactosRow row) { this.Rows.Remove(row); }
public void Addtsh_ContactosRow(tsh_ContactosRow row) { this.Rows.Add(row); }