/// <summary> /// Deprecated Method for adding a new object to the vModelCounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovModelCounts(vModelCount vModelCount) { base.AddObject("vModelCounts", vModelCount); }
/// <summary> /// Create a new vModelCount object. /// </summary> /// <param name="modelID">Initial value of the ModelID property.</param> /// <param name="manufacturerID">Initial value of the ManufacturerID property.</param> /// <param name="status">Initial value of the Status property.</param> public static vModelCount CreatevModelCount(global::System.Int32 modelID, global::System.Int32 manufacturerID, global::System.String status) { vModelCount vModelCount = new vModelCount(); vModelCount.ModelID = modelID; vModelCount.ManufacturerID = manufacturerID; vModelCount.Status = status; return vModelCount; }