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