/// <summary> /// Deprecated Method for adding a new object to the vicidial_log EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovicidial_log(vicidial_log vicidial_log) { base.AddObject("vicidial_log", vicidial_log); }
/// <summary> /// Create a new vicidial_log object. /// </summary> /// <param name="uniqueid">Initial value of the uniqueid property.</param> /// <param name="lead_id">Initial value of the lead_id property.</param> public static vicidial_log Createvicidial_log(global::System.String uniqueid, global::System.Int64 lead_id) { vicidial_log vicidial_log = new vicidial_log(); vicidial_log.uniqueid = uniqueid; vicidial_log.lead_id = lead_id; return vicidial_log; }