示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Q_sm EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQ_sm(Q_sm q_sm)
 {
     base.AddObject("Q_sm", q_sm);
 }
示例#2
0
 /// <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;
 }