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