/// <summary> /// Deprecated Method for adding a new object to the TableJeu EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTableJeu(Table table) { base.AddObject("TableJeu", table); }
/// <summary> /// Create a new Table object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="capacite">Initial value of the Capacite property.</param> /// <param name="numero">Initial value of the Numero property.</param> /// <param name="zoneID">Initial value of the ZoneID property.</param> public static Table CreateTable(global::System.Int32 id, global::System.String capacite, global::System.Int32 numero, global::System.Int32 zoneID) { Table table = new Table(); table.ID = id; table.Capacite = capacite; table.Numero = numero; table.ZoneID = zoneID; return table; }