/// <summary> /// Create a new Serie object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static Serie CreateSerie(global::System.Int32 id) { Serie serie = new Serie(); serie.ID = id; return serie; }
/// <summary> /// Deprecated Method for adding a new object to the Series EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSeries(Serie serie) { base.AddObject("Series", serie); }