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