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