/// <summary> /// Deprecated Method for adding a new object to the m_ima_contact EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTom_ima_contact(m_ima_contact m_ima_contact) { base.AddObject("m_ima_contact", m_ima_contact); }
/// <summary> /// Create a new m_ima_contact object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="ima_contact_id">Initial value of the ima_contact_id property.</param> public static m_ima_contact Createm_ima_contact(global::System.Int32 id, global::System.Int32 ima_contact_id) { m_ima_contact m_ima_contact = new m_ima_contact(); m_ima_contact.id = id; m_ima_contact.ima_contact_id = ima_contact_id; return m_ima_contact; }