/// <summary> /// Deprecated Method for adding a new object to the LeatherCharVWs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLeatherCharVWs(LeatherCharVW leatherCharVW) { base.AddObject("LeatherCharVWs", leatherCharVW); }
/// <summary> /// Create a new LeatherCharVW object. /// </summary> /// <param name="prodCD">Initial value of the ProdCD property.</param> /// <param name="prodSetid">Initial value of the ProdSetid property.</param> public static LeatherCharVW CreateLeatherCharVW(global::System.String prodCD, global::System.String prodSetid) { LeatherCharVW leatherCharVW = new LeatherCharVW(); leatherCharVW.ProdCD = prodCD; leatherCharVW.ProdSetid = prodSetid; return leatherCharVW; }