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