Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Productions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProductions(Production production)
 {
     base.AddObject("Productions", production);
 }
Esempio n. 2
0
 /// <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;
 }