Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LeatherCompVWs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLeatherCompVWs(LeatherCompVW leatherCompVW)
 {
     base.AddObject("LeatherCompVWs", leatherCompVW);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new LeatherCompVW object.
 /// </summary>
 /// <param name="prodCD">Initial value of the ProdCD property.</param>
 /// <param name="prodSetid">Initial value of the ProdSetid property.</param>
 public static LeatherCompVW CreateLeatherCompVW(global::System.String prodCD, global::System.String prodSetid)
 {
     LeatherCompVW leatherCompVW = new LeatherCompVW();
     leatherCompVW.ProdCD = prodCD;
     leatherCompVW.ProdSetid = prodSetid;
     return leatherCompVW;
 }