/// <summary> /// Deprecated Method for adding a new object to the Productions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToProductions(Production production) { base.AddObject("Productions", production); }
/// <summary> /// Create a new Production object. /// </summary> /// <param name="productionId">Initial value of the ProductionId property.</param> public static Production CreateProduction(global::System.Int32 productionId) { Production production = new Production(); production.ProductionId = productionId; return production; }