コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_Operation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_Operation(T_Operation t_Operation)
 {
     base.AddObject("T_Operation", t_Operation);
 }
コード例 #2
0
 /// <summary>
 /// Create a new T_Operation object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static T_Operation CreateT_Operation(global::System.Int32 id)
 {
     T_Operation t_Operation = new T_Operation();
     t_Operation.ID = id;
     return t_Operation;
 }