/// <summary> /// Deprecated Method for adding a new object to the MuestrasQuickCounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMuestrasQuickCounts(MuestrasQuickCount muestrasQuickCount) { base.AddObject("MuestrasQuickCounts", muestrasQuickCount); }
/// <summary> /// Create a new MuestrasQuickCount object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="value">Initial value of the value property.</param> public static MuestrasQuickCount CreateMuestrasQuickCount(global::System.Int32 id, global::System.String value) { MuestrasQuickCount muestrasQuickCount = new MuestrasQuickCount(); muestrasQuickCount.id = id; muestrasQuickCount.value = value; return muestrasQuickCount; }